color codes Logo

#c0188a color codes

#C0188A
(192,24,138)
0 Favorites   0 Comments

Color spaces of #c0188a

RGB 19224138
HSL0.890.780.42
HSV319°88°75°
CMYK 0.000.880.28   0.25
XYZ26.652313.694725.2834
Yxy13.69470.40610.2087
Hunter Lab37.006463.7962-14.6035
CIE-Lab43.791969.5433-19.8398

#c0188a color RGB value is (192,24,138).

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

The process color (four color CMYK) of #c0188a color code is 0.00, 0.88, 0.28, 0.25. Web safe color of #c0188a is #cc0099. Color #c0188a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011000 10001010
Octal 300 30 212
Decimal 192 24 138
Hex C0 18 8A

RGB Percentages of Color #c0188a

%54.24
%6.78
%38.98

CMYK Percentages of Color #c0188a

%0
%88
%28
%25

Triadic Colors of #c0188a

#c0188a #8ac018 #188ac0

Analogous Colors of #c0188a

#c0188a #c01836 #a218c0

Monochromatic Colors of #c0188a

#c0188a

Complementary Color

#c0188a #18c04e

#c0188a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0188a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0188a Color CSS Codes

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

#c0188a Text Font Color

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

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


#c0188a Background Color

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

This div background color is #c0188a


#c0188a Border Color

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

This div border color is #c0188a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0188a


Comments

No comments written yet.

Please login to write comment.