color codes Logo

#c88ffb color codes

#C88FFB
(200,143,251)
0 Favorites   0 Comments

Color spaces of #c88ffb

RGB 200143251
HSL0.750.930.77
HSV272°43°98°
CMYK 0.200.430.00   0.02
XYZ51.054538.889396.0823
Yxy38.88930.27440.2091
Hunter Lab62.361337.0037-47.6974
CIE-Lab68.671041.4839-45.8490

#c88ffb color RGB value is (200,143,251).

#c88ffb hex color red value is 200, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c88ffb hue: 0.75 , saturation: 0.93 and the lightness value of c88ffb is 0.77.

The process color (four color CMYK) of #c88ffb color code is 0.20, 0.43, 0.00, 0.02. Web safe color of #c88ffb is #cc99ff. Color #c88ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001111 11111011
Octal 310 217 373
Decimal 200 143 251
Hex C8 8F FB

RGB Percentages of Color #c88ffb

%33.67
%24.07
%42.26

CMYK Percentages of Color #c88ffb

%20
%43
%0
%2

Triadic Colors of #c88ffb

#c88ffb #fbc88f #8ffbc8

Analogous Colors of #c88ffb

#c88ffb #fb8ff8 #928ffb

Monochromatic Colors of #c88ffb

#c88ffb

Complementary Color

#c88ffb #c2fb8f

#c88ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88ffb Color CSS Codes

.mybgcolor {background-color:#c88ffb; } 
.myforecolor {color:#c88ffb; }
.mybordercolor {border:3px solid #c88ffb; }

#c88ffb Text Font Color

<p style="color:#c88ffb">Text here</p>

This sample text font color is #c88ffb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c88ffb Background Color

<div style="background-color:#c88ffb">
Div content here</div>

This div background color is #c88ffb


#c88ffb Border Color

<div style="border:3px solid #c88ffb">
Div here</div>

This div border color is #c88ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,143,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c88ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c88ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #c88ffb;
  box-shadow:         1px 1px 3px 2px #c88ffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,143,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c88ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c88ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #c88ffb;
  box-shadow:         1px 1px 3px 2px #c88ffb;">
Div content here</div>

This div box has shadow with color #c88ffb

#c88ffb Color Palettes


Comments

No comments written yet.

Please login to write comment.