Color Hex Logo

#c885cf Color Hex

#C885CF
(200,133,207)
0 Favorites   0 Comments

Color spaces of #c885cf

RGB 200133207
HSL0.820.440.67
HSV294°36°81°
CMYK 0.030.360.00   0.19
XYZ43.469433.559463.2180
Yxy33.55940.30990.2393
Hunter Lab57.930532.5630-24.1503
CIE-Lab64.611337.7659-27.8639

#c885cf color RGB value is (200,133,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000101 11001111
Octal 310 205 317
Decimal 200 133 207
Hex C8 85 CF

RGB Percentages of Color #c885cf

%37.04
%24.63
%38.33

CMYK Percentages of Color #c885cf

%3
%36
%0
%19

Triadic Colors of #c885cf

#c885cf #cfc885 #85cfc8

Analogous Colors of #c885cf

#c885cf #cf85b1 #a385cf

Monochromatic Colors of #c885cf

#c885cf

Complementary Color

#c885cf #8ccf85

#c885cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c885cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c885cf Color CSS Codes

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

#c885cf Text Font Color

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

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


#c885cf Background Color

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

This div background color is #c885cf


#c885cf Border Color

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

This div border color is #c885cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,133,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 #c885cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c885cf


Comments

No comments written yet.

Please login to write comment.