Color Hex Logo

#c412db Color Hex

#C412DB
(196,18,219)
0 Favorites   0 Comments

Color spaces of #c412db

RGB 19618219
HSL0.810.850.46
HSV293°92°86°
CMYK 0.110.920.00   0.14
XYZ35.767417.282868.4686
Yxy17.28280.29430.1422
Hunter Lab41.572680.8223-68.5477
CIE-Lab48.614482.4723-59.9418

#c412db color RGB value is (196,18,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010010 11011011
Octal 304 22 333
Decimal 196 18 219
Hex C4 12 DB

RGB Percentages of Color #c412db

%45.27
%4.16
%50.58

CMYK Percentages of Color #c412db

%11
%92
%0
%14

Triadic Colors of #c412db

#c412db #dbc412 #12dbc4

Analogous Colors of #c412db

#c412db #db128e #6012db

Monochromatic Colors of #c412db

#c412db

Complementary Color

#c412db #29db12

#c412db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c412db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c412db Color CSS Codes

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

#c412db Text Font Color

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

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


#c412db Background Color

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

This div background color is #c412db


#c412db Border Color

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

This div border color is #c412db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c412db


Comments

No comments written yet.

Please login to write comment.