Color Hex Logo

#c808df Color Hex

#C808DF
(200,8,223)
0 Favorites   0 Comments

Color spaces of #c808df

RGB 2008223
HSL0.820.930.45
HSV294°96°87°
CMYK 0.100.960.00   0.13
XYZ37.225517.780771.2821
Yxy17.78070.29480.1408
Hunter Lab42.167283.7886-70.7106
CIE-Lab49.229084.6631-61.1976

#c808df color RGB value is (200,8,223).

#c808df hex color red value is 200, green value is 8 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c808df hue: 0.82 , saturation: 0.93 and the lightness value of c808df is 0.45.

The process color (four color CMYK) of #c808df color hex is 0.10, 0.96, 0.00, 0.13. Web safe color of #c808df is #cc00cc. Color #c808df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 11011111
Octal 310 10 337
Decimal 200 8 223
Hex C8 8 DF

RGB Percentages of Color #c808df

%46.40
%1.86
%51.74

CMYK Percentages of Color #c808df

%10
%96
%0
%13

Triadic Colors of #c808df

#c808df #dfc808 #08dfc8

Analogous Colors of #c808df

#c808df #df088b #5c08df

Monochromatic Colors of #c808df

#c808df

Complementary Color

#c808df #1fdf08

#c808df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c808df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c808df Color CSS Codes

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

#c808df Text Font Color

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

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


#c808df Background Color

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

This div background color is #c808df


#c808df Border Color

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

This div border color is #c808df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c808df


Comments

No comments written yet.

Please login to write comment.