Color Hex Logo

#c912de Color Hex

#C912DE
(201,18,222)
0 Favorites   0 Comments

Color spaces of #c912de

RGB 20118222
HSL0.820.850.47
HSV294°92°87°
CMYK 0.090.920.00   0.13
XYZ37.488518.124070.6297
Yxy18.12400.29700.1436
Hunter Lab42.572382.6828-68.5647
CIE-Lab49.646283.7247-59.9470

#c912de color RGB value is (201,18,222).

#c912de hex color red value is 201, green value is 18 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c912de hue: 0.82 , saturation: 0.85 and the lightness value of c912de is 0.47.

The process color (four color CMYK) of #c912de color hex is 0.09, 0.92, 0.00, 0.13. Web safe color of #c912de is #cc00cc. Color #c912de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010010 11011110
Octal 311 22 336
Decimal 201 18 222
Hex C9 12 DE

RGB Percentages of Color #c912de

%45.58
%4.08
%50.34

CMYK Percentages of Color #c912de

%9
%92
%0
%13

Triadic Colors of #c912de

#c912de #dec912 #12dec9

Analogous Colors of #c912de

#c912de #de128d #6312de

Monochromatic Colors of #c912de

#c912de

Complementary Color

#c912de #27de12

#c912de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c912de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c912de Color CSS Codes

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

#c912de Text Font Color

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

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


#c912de Background Color

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

This div background color is #c912de


#c912de Border Color

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

This div border color is #c912de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c912de


Comments

No comments written yet.

Please login to write comment.