Color Hex Logo

#c900ce Color Hex

#C900CE
(201,0,206)
0 Favorites   0 Comments

Color spaces of #c900ce

RGB 2010206
HSL0.831.000.40
HSV299°100°81°
CMYK 0.021.000.00   0.19
XYZ35.228016.873759.7928
Yxy16.87370.31480.1508
Hunter Lab41.077681.1951-57.5485
CIE-Lab48.100582.8635-53.2614

#c900ce color RGB value is (201,0,206).

#c900ce hex color red value is 201, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c900ce hue: 0.83 , saturation: 1.00 and the lightness value of c900ce is 0.40.

The process color (four color CMYK) of #c900ce color hex is 0.02, 1.00, 0.00, 0.19. Web safe color of #c900ce is #cc00cc. Color #c900ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 11001110
Octal 311 0 316
Decimal 201 0 206
Hex C9 0 CE

RGB Percentages of Color #c900ce

%49.39
%0.00
%50.61

CMYK Percentages of Color #c900ce

%2
%100
%0
%19

Triadic Colors of #c900ce

#c900ce #cec900 #00cec9

Analogous Colors of #c900ce

#c900ce #ce006c #6200ce

Monochromatic Colors of #c900ce

#c900ce

Complementary Color

#c900ce #05ce00

#c900ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c900ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c900ce Color CSS Codes

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

#c900ce Text Font Color

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

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


#c900ce Background Color

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

This div background color is #c900ce


#c900ce Border Color

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

This div border color is #c900ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,0,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c900ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c900ce;
  -webkit-box-shadow: 1px 1px 3px 2px #c900ce;
  box-shadow:         1px 1px 3px 2px #c900ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,0,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c900ce


Comments

No comments written yet.

Please login to write comment.