Color Hex Logo

#c212d9 Color Hex

#C212D9
(194,18,217)
0 Favorites   0 Comments

Color spaces of #c212d9

RGB 19418217
HSL0.810.850.46
HSV293°92°85°
CMYK 0.110.920.00   0.15
XYZ34.988816.911767.0658
Yxy16.91170.29410.1422
Hunter Lab41.123879.9039-67.9050
CIE-Lab48.148681.8415-59.5666

#c212d9 color RGB value is (194,18,217).

#c212d9 hex color red value is 194, green value is 18 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #c212d9 hue: 0.81 , saturation: 0.85 and the lightness value of c212d9 is 0.46.

The process color (four color CMYK) of #c212d9 color hex is 0.11, 0.92, 0.00, 0.15. Web safe color of #c212d9 is #cc00cc. Color #c212d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010010 11011001
Octal 302 22 331
Decimal 194 18 217
Hex C2 12 D9

RGB Percentages of Color #c212d9

%45.22
%4.20
%50.58

CMYK Percentages of Color #c212d9

%11
%92
%0
%15

Triadic Colors of #c212d9

#c212d9 #d9c212 #12d9c2

Analogous Colors of #c212d9

#c212d9 #d9128d #5f12d9

Monochromatic Colors of #c212d9

#c212d9

Complementary Color

#c212d9 #29d912

#c212d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c212d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c212d9 Color CSS Codes

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

#c212d9 Text Font Color

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

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


#c212d9 Background Color

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

This div background color is #c212d9


#c212d9 Border Color

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

This div border color is #c212d9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,18,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c212d9


Comments

No comments written yet.

Please login to write comment.