Color Hex Logo

#c0136a Color Hex

#C0136A
(192,19,106)
0 Favorites   0 Comments

Color spaces of #c0136a

RGB 19219106
HSL0.920.820.41
HSV330°90°75°
CMYK 0.000.900.45   0.25
XYZ24.572612.712814.7944
Yxy12.71280.47180.2441
Hunter Lab35.655060.62170.3572
CIE-Lab42.327367.1124-2.2553

#c0136a color RGB value is (192,19,106).

#c0136a hex color red value is 192, green value is 19 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c0136a hue: 0.92 , saturation: 0.82 and the lightness value of c0136a is 0.41.

The process color (four color CMYK) of #c0136a color hex is 0.00, 0.90, 0.45, 0.25. Web safe color of #c0136a is #cc0066. Color #c0136a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010011 01101010
Octal 300 23 152
Decimal 192 19 106
Hex C0 13 6A

RGB Percentages of Color #c0136a

%60.57
%5.99
%33.44

CMYK Percentages of Color #c0136a

%0
%90
%45
%25

Triadic Colors of #c0136a

#c0136a #6ac013 #136ac0

Analogous Colors of #c0136a

#c0136a #c01313 #c013c0

Monochromatic Colors of #c0136a

#c0136a

Complementary Color

#c0136a #13c069

#c0136a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0136a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0136a Color CSS Codes

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

#c0136a Text Font Color

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

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


#c0136a Background Color

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

This div background color is #c0136a


#c0136a Border Color

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

This div border color is #c0136a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,19,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0136a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0136a;
  -webkit-box-shadow: 1px 1px 3px 2px #c0136a;
  box-shadow:         1px 1px 3px 2px #c0136a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,19,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0136a


Comments

No comments written yet.

Please login to write comment.