Color Hex Logo

#c12462 Color Hex

#C12462
(193,36,98)
0 Favorites   0 Comments

Color spaces of #c12462

RGB 1933698
HSL0.930.690.45
HSV336°81°76°
CMYK 0.000.810.49   0.24
XYZ24.827813.481112.8488
Yxy13.48110.48530.2635
Hunter Lab36.716656.44774.9534
CIE-Lab43.479463.24534.4518

#c12462 color RGB value is (193,36,98).

#c12462 hex color red value is 193, green value is 36 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c12462 hue: 0.93 , saturation: 0.69 and the lightness value of c12462 is 0.45.

The process color (four color CMYK) of #c12462 color hex is 0.00, 0.81, 0.49, 0.24. Web safe color of #c12462 is #cc3366. Color #c12462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 01100010
Octal 301 44 142
Decimal 193 36 98
Hex C1 24 62

RGB Percentages of Color #c12462

%59.02
%11.01
%29.97

CMYK Percentages of Color #c12462

%0
%81
%49
%24

Triadic Colors of #c12462

#c12462 #62c124 #2462c1

Analogous Colors of #c12462

#c12462 #c13424 #c124b1

Monochromatic Colors of #c12462

#c12462

Complementary Color

#c12462 #24c183

#c12462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12462 Color CSS Codes

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

#c12462 Text Font Color

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

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


#c12462 Background Color

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

This div background color is #c12462


#c12462 Border Color

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

This div border color is #c12462


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,36,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c12462; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c12462;
  -webkit-box-shadow: 1px 1px 3px 2px #c12462;
  box-shadow:         1px 1px 3px 2px #c12462; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,36,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12462


Comments

No comments written yet.

Please login to write comment.