Color Hex Logo

#c412af Color Hex

#C412AF
(196,18,175)
0 Favorites   0 Comments

Color spaces of #c412af

RGB 19618175
HSL0.850.830.42
HSV307°91°77°
CMYK 0.000.910.11   0.23
XYZ30.719115.263541.8845
Yxy15.26350.34960.1737
Hunter Lab39.068571.9824-36.2155
CIE-Lab45.993075.9198-38.5702

#c412af color RGB value is (196,18,175).

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

The process color (four color CMYK) of #c412af color hex is 0.00, 0.91, 0.11, 0.23. Web safe color of #c412af is #cc0099. Color #c412af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010010 10101111
Octal 304 22 257
Decimal 196 18 175
Hex C4 12 AF

RGB Percentages of Color #c412af

%50.39
%4.63
%44.99

CMYK Percentages of Color #c412af

%0
%91
%11
%23

Triadic Colors of #c412af

#c412af #afc412 #12afc4

Analogous Colors of #c412af

#c412af #c41256 #8012c4

Monochromatic Colors of #c412af

#c412af

Complementary Color

#c412af #12c427

#c412af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c412af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c412af Color CSS Codes

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

#c412af Text Font Color

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

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


#c412af Background Color

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

This div background color is #c412af


#c412af Border Color

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

This div border color is #c412af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c412af


Comments

No comments written yet.

Please login to write comment.