Color Hex Logo

#c885df Color Hex

#C885DF
(200,133,223)
0 Favorites   0 Comments

Color spaces of #c885df

RGB 200133223
HSL0.790.580.70
HSV285°40°87°
CMYK 0.100.400.00   0.13
XYZ45.526234.382174.0490
Yxy34.38210.29570.2233
Hunter Lab58.636335.9770-33.8292
CIE-Lab65.264740.9319-35.7684

#c885df color RGB value is (200,133,223).

#c885df hex color red value is 200, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c885df hue: 0.79 , saturation: 0.58 and the lightness value of c885df is 0.70.

The process color (four color CMYK) of #c885df color hex is 0.10, 0.40, 0.00, 0.13. Web safe color of #c885df is #cc99cc. Color #c885df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000101 11011111
Octal 310 205 337
Decimal 200 133 223
Hex C8 85 DF

RGB Percentages of Color #c885df

%35.97
%23.92
%40.11

CMYK Percentages of Color #c885df

%10
%40
%0
%13

Triadic Colors of #c885df

#c885df #dfc885 #85dfc8

Analogous Colors of #c885df

#c885df #df85c9 #9b85df

Monochromatic Colors of #c885df

#c885df

Complementary Color

#c885df #9cdf85

#c885df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c885df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c885df Color CSS Codes

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

#c885df Text Font Color

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

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


#c885df Background Color

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

This div background color is #c885df


#c885df Border Color

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

This div border color is #c885df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c885df


Comments

No comments written yet.

Please login to write comment.