Color Hex Logo

#c801de Color Hex

#C801DE
(200,1,222)
0 Favorites   0 Comments

Color spaces of #c801de

RGB 2001222
HSL0.820.990.44
HSV294°100°87°
CMYK 0.101.000.00   0.13
XYZ37.015117.575070.5486
Yxy17.57500.29580.1404
Hunter Lab41.922584.2404-70.4293
CIE-Lab48.976585.0610-61.0353

#c801de color RGB value is (200,1,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000001 11011110
Octal 310 1 336
Decimal 200 1 222
Hex C8 1 DE

RGB Percentages of Color #c801de

%47.28
%0.24
%52.48

CMYK Percentages of Color #c801de

%10
%100
%0
%13

Triadic Colors of #c801de

#c801de #dec801 #01dec8

Analogous Colors of #c801de

#c801de #de0186 #5a01de

Monochromatic Colors of #c801de

#c801de

Complementary Color

#c801de #17de01

#c801de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c801de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c801de Color CSS Codes

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

#c801de Text Font Color

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

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


#c801de Background Color

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

This div background color is #c801de


#c801de Border Color

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

This div border color is #c801de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c801de


Comments

No comments written yet.

Please login to write comment.