Color Hex Logo

#c12559 Color Hex

#C12559
(193,37,89)
0 Favorites   0 Comments

Color spaces of #c12559

RGB 1933789
HSL0.940.680.45
HSV340°81°76°
CMYK 0.000.810.54   0.24
XYZ24.457113.381910.7451
Yxy13.38190.50340.2754
Hunter Lab36.581355.32238.1915
CIE-Lab43.333162.27709.8755

#c12559 color RGB value is (193,37,89).

#c12559 hex color red value is 193, green value is 37 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #c12559 hue: 0.94 , saturation: 0.68 and the lightness value of c12559 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100101 01011001
Octal 301 45 131
Decimal 193 37 89
Hex C1 25 59

RGB Percentages of Color #c12559

%60.50
%11.60
%27.90

CMYK Percentages of Color #c12559

%0
%81
%54
%24

Triadic Colors of #c12559

#c12559 #59c125 #2559c1

Analogous Colors of #c12559

#c12559 #c13f25 #c125a7

Monochromatic Colors of #c12559

#c12559

Complementary Color

#c12559 #25c18d

#c12559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12559 Color CSS Codes

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

#c12559 Text Font Color

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

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


#c12559 Background Color

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

This div background color is #c12559


#c12559 Border Color

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

This div border color is #c12559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12559


Comments

No comments written yet.

Please login to write comment.