Color Hex Logo

#c88fcc Color Hex

#C88FCC
(200,143,204)
0 Favorites   0 Comments

Color spaces of #c88fcc

RGB 200143204
HSL0.820.370.68
HSV296°30°80°
CMYK 0.020.300.00   0.20
XYZ44.541036.283961.7827
Yxy36.28390.31230.2544
Hunter Lab60.236126.5768-18.6470
CIE-Lab66.736331.7465-22.9278

#c88fcc color RGB value is (200,143,204).

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

The process color (four color CMYK) of #c88fcc color hex is 0.02, 0.30, 0.00, 0.20. Web safe color of #c88fcc is #cc99cc. Color #c88fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001111 11001100
Octal 310 217 314
Decimal 200 143 204
Hex C8 8F CC

RGB Percentages of Color #c88fcc

%36.56
%26.14
%37.29

CMYK Percentages of Color #c88fcc

%2
%30
%0
%20

Triadic Colors of #c88fcc

#c88fcc #ccc88f #8fccc8

Analogous Colors of #c88fcc

#c88fcc #cc8fb2 #aa8fcc

Monochromatic Colors of #c88fcc

#c88fcc

Complementary Color

#c88fcc #93cc8f

#c88fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88fcc Color CSS Codes

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

#c88fcc Text Font Color

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

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


#c88fcc Background Color

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

This div background color is #c88fcc


#c88fcc Border Color

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

This div border color is #c88fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88fcc

#c88fcc Color Palettes


Comments

No comments written yet.

Please login to write comment.