Color Hex Logo

#c0155f Color Hex

#C0155F
(192,21,95)
0 Favorites   0 Comments

Color spaces of #c0155f

RGB 1922195
HSL0.930.800.42
HSV334°89°75°
CMYK 0.000.890.51   0.25
XYZ24.072012.569011.9838
Yxy12.56900.49510.2585
Hunter Lab35.452859.15694.7757
CIE-Lab42.106565.88614.3375

#c0155f color RGB value is (192,21,95).

#c0155f hex color red value is 192, green value is 21 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c0155f hue: 0.93 , saturation: 0.80 and the lightness value of c0155f is 0.42.

The process color (four color CMYK) of #c0155f color hex is 0.00, 0.89, 0.51, 0.25. Web safe color of #c0155f is #cc0066. Color #c0155f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 01011111
Octal 300 25 137
Decimal 192 21 95
Hex C0 15 5F

RGB Percentages of Color #c0155f

%62.34
%6.82
%30.84

CMYK Percentages of Color #c0155f

%0
%89
%51
%25

Triadic Colors of #c0155f

#c0155f #5fc015 #155fc0

Analogous Colors of #c0155f

#c0155f #c02115 #c015b5

Monochromatic Colors of #c0155f

#c0155f

Complementary Color

#c0155f #15c076

#c0155f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0155f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0155f Color CSS Codes

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

#c0155f Text Font Color

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

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


#c0155f Background Color

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

This div background color is #c0155f


#c0155f Border Color

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

This div border color is #c0155f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0155f


Comments

No comments written yet.

Please login to write comment.