Color Hex Logo

#c12594 Color Hex

#C12594
(193,37,148)
0 Favorites   0 Comments

Color spaces of #c12594

RGB 19337148
HSL0.880.680.45
HSV317°81°76°
CMYK 0.000.810.23   0.24
XYZ27.999214.798729.3977
Yxy14.79870.38780.2050
Hunter Lab38.469162.5979-18.3805
CIE-Lab45.357268.2186-23.4767

#c12594 color RGB value is (193,37,148).

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

The process color (four color CMYK) of #c12594 color hex is 0.00, 0.81, 0.23, 0.24. Web safe color of #c12594 is #cc3399. Color #c12594 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100101 10010100
Octal 301 45 224
Decimal 193 37 148
Hex C1 25 94

RGB Percentages of Color #c12594

%51.06
%9.79
%39.15

CMYK Percentages of Color #c12594

%0
%81
%23
%24

Triadic Colors of #c12594

#c12594 #94c125 #2594c1

Analogous Colors of #c12594

#c12594 #c12546 #a025c1

Monochromatic Colors of #c12594

#c12594

Complementary Color

#c12594 #25c152

#c12594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12594 Color CSS Codes

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

#c12594 Text Font Color

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

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


#c12594 Background Color

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

This div background color is #c12594


#c12594 Border Color

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

This div border color is #c12594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12594


Comments

No comments written yet.

Please login to write comment.