Color Hex Logo

#c12792 Color Hex

#C12792
(193,39,146)
0 Favorites   0 Comments

Color spaces of #c12792

RGB 19339146
HSL0.880.660.45
HSV318°80°76°
CMYK 0.000.800.24   0.24
XYZ27.906114.863828.5923
Yxy14.86380.39100.2083
Hunter Lab38.553661.7342-16.9834
CIE-Lab45.447167.4622-22.1304

#c12792 color RGB value is (193,39,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 10010010
Octal 301 47 222
Decimal 193 39 146
Hex C1 27 92

RGB Percentages of Color #c12792

%51.06
%10.32
%38.62

CMYK Percentages of Color #c12792

%0
%80
%24
%24

Triadic Colors of #c12792

#c12792 #92c127 #2792c1

Analogous Colors of #c12792

#c12792 #c12745 #a327c1

Monochromatic Colors of #c12792

#c12792

Complementary Color

#c12792 #27c156

#c12792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12792 Color CSS Codes

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

#c12792 Text Font Color

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

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


#c12792 Background Color

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

This div background color is #c12792


#c12792 Border Color

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

This div border color is #c12792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12792


Comments

No comments written yet.

Please login to write comment.