Color Hex Logo

#c8188f Color Hex

#C8188F
(200,24,143)
0 Favorites   0 Comments

Color spaces of #c8188f

RGB 20024143
HSL0.890.790.44
HSV319°88°78°
CMYK 0.000.880.29   0.22
XYZ29.104014.915827.3317
Yxy14.91580.40790.2090
Hunter Lab38.621066.9273-14.9243
CIE-Lab45.518771.8423-20.0964

#c8188f color RGB value is (200,24,143).

#c8188f hex color red value is 200, green value is 24 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c8188f hue: 0.89 , saturation: 0.79 and the lightness value of c8188f is 0.44.

The process color (four color CMYK) of #c8188f color hex is 0.00, 0.88, 0.29, 0.22. Web safe color of #c8188f is #cc0099. Color #c8188f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011000 10001111
Octal 310 30 217
Decimal 200 24 143
Hex C8 18 8F

RGB Percentages of Color #c8188f

%54.50
%6.54
%38.96

CMYK Percentages of Color #c8188f

%0
%88
%29
%22

Triadic Colors of #c8188f

#c8188f #8fc818 #188fc8

Analogous Colors of #c8188f

#c8188f #c81837 #a918c8

Monochromatic Colors of #c8188f

#c8188f

Complementary Color

#c8188f #18c851

#c8188f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8188f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8188f Color CSS Codes

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

#c8188f Text Font Color

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

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


#c8188f Background Color

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

This div background color is #c8188f


#c8188f Border Color

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

This div border color is #c8188f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8188f


Comments

No comments written yet.

Please login to write comment.