Color Hex Logo

#c412df Color Hex

#C412DF
(196,18,223)
0 Favorites   0 Comments

Color spaces of #c412df

RGB 19618223
HSL0.810.850.47
HSV292°92°87°
CMYK 0.120.920.00   0.13
XYZ36.300517.496171.2759
Yxy17.49610.29020.1399
Hunter Lab41.828381.7107-71.7509
CIE-Lab48.879183.1158-61.7958

#c412df color RGB value is (196,18,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010010 11011111
Octal 304 22 337
Decimal 196 18 223
Hex C4 12 DF

RGB Percentages of Color #c412df

%44.85
%4.12
%51.03

CMYK Percentages of Color #c412df

%12
%92
%0
%13

Triadic Colors of #c412df

#c412df #dfc412 #12dfc4

Analogous Colors of #c412df

#c412df #df1294 #5d12df

Monochromatic Colors of #c412df

#c412df

Complementary Color

#c412df #2ddf12

#c412df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c412df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c412df Color CSS Codes

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

#c412df Text Font Color

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

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


#c412df Background Color

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

This div background color is #c412df


#c412df Border Color

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

This div border color is #c412df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c412df


Comments

No comments written yet.

Please login to write comment.