Color Hex Logo

#c88bcf Color Hex

#C88BCF
(200,139,207)
0 Favorites   0 Comments

Color spaces of #c88bcf

RGB 200139207
HSL0.820.410.68
HSV294°33°81°
CMYK 0.030.330.00   0.19
XYZ44.314535.249663.4997
Yxy35.24960.30980.2464
Hunter Lab59.371429.3316-21.8527
CIE-Lab65.942534.5084-25.8162

#c88bcf color RGB value is (200,139,207).

#c88bcf hex color red value is 200, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c88bcf hue: 0.82 , saturation: 0.41 and the lightness value of c88bcf is 0.68.

The process color (four color CMYK) of #c88bcf color hex is 0.03, 0.33, 0.00, 0.19. Web safe color of #c88bcf is #cc99cc. Color #c88bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001011 11001111
Octal 310 213 317
Decimal 200 139 207
Hex C8 8B CF

RGB Percentages of Color #c88bcf

%36.63
%25.46
%37.91

CMYK Percentages of Color #c88bcf

%3
%33
%0
%19

Triadic Colors of #c88bcf

#c88bcf #cfc88b #8bcfc8

Analogous Colors of #c88bcf

#c88bcf #cf8bb4 #a68bcf

Monochromatic Colors of #c88bcf

#c88bcf

Complementary Color

#c88bcf #92cf8b

#c88bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88bcf Color CSS Codes

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

#c88bcf Text Font Color

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

This sample text font color is #c88bcf
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.


#c88bcf Background Color

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

This div background color is #c88bcf


#c88bcf Border Color

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

This div border color is #c88bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88bcf


Comments

No comments written yet.

Please login to write comment.