Color Hex Logo

#c01887 Color Hex

#C01887
(192,24,135)
0 Favorites   0 Comments

Color spaces of #c01887

RGB 19224135
HSL0.890.780.42
HSV320°88°75°
CMYK 0.000.880.30   0.25
XYZ26.438013.609024.1550
Yxy13.60900.41180.2120
Hunter Lab36.890463.3663-12.9985
CIE-Lab43.666969.2025-18.1986

#c01887 color RGB value is (192,24,135).

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

The process color (four color CMYK) of #c01887 color hex is 0.00, 0.88, 0.30, 0.25. Web safe color of #c01887 is #cc0099. Color #c01887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011000 10000111
Octal 300 30 207
Decimal 192 24 135
Hex C0 18 87

RGB Percentages of Color #c01887

%54.70
%6.84
%38.46

CMYK Percentages of Color #c01887

%0
%88
%30
%25

Triadic Colors of #c01887

#c01887 #87c018 #1887c0

Analogous Colors of #c01887

#c01887 #c01833 #a518c0

Monochromatic Colors of #c01887

#c01887

Complementary Color

#c01887 #18c051

#c01887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01887 Color CSS Codes

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

#c01887 Text Font Color

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

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


#c01887 Background Color

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

This div background color is #c01887


#c01887 Border Color

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

This div border color is #c01887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01887


Comments

No comments written yet.

Please login to write comment.