Color Hex Logo

#c0187b Color Hex

#C0187B
(192,24,123)
0 Favorites   0 Comments

Color spaces of #c0187b

RGB 19224123
HSL0.900.780.42
HSV325°88°75°
CMYK 0.000.880.36   0.25
XYZ25.640013.289819.9527
Yxy13.28980.43540.2257
Hunter Lab36.455261.7477-6.9321
CIE-Lab43.196767.9118-11.5364

#c0187b color RGB value is (192,24,123).

#c0187b hex color red value is 192, green value is 24 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c0187b hue: 0.90 , saturation: 0.78 and the lightness value of c0187b is 0.42.

The process color (four color CMYK) of #c0187b color hex is 0.00, 0.88, 0.36, 0.25. Web safe color of #c0187b is #cc0066. Color #c0187b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011000 01111011
Octal 300 30 173
Decimal 192 24 123
Hex C0 18 7B

RGB Percentages of Color #c0187b

%56.64
%7.08
%36.28

CMYK Percentages of Color #c0187b

%0
%88
%36
%25

Triadic Colors of #c0187b

#c0187b #7bc018 #187bc0

Analogous Colors of #c0187b

#c0187b #c01827 #b118c0

Monochromatic Colors of #c0187b

#c0187b

Complementary Color

#c0187b #18c05d

#c0187b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0187b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0187b Color CSS Codes

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

#c0187b Text Font Color

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

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


#c0187b Background Color

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

This div background color is #c0187b


#c0187b Border Color

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

This div border color is #c0187b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0187b


Comments

No comments written yet.

Please login to write comment.