Color Hex Logo

#cd188f Color Hex

#CD188F
(205,24,143)
0 Favorites   0 Comments

Color spaces of #cd188f

RGB 20524143
HSL0.890.790.45
HSV321°88°80°
CMYK 0.000.880.30   0.20
XYZ30.461415.615627.3952
Yxy15.61560.41460.2125
Hunter Lab39.516668.4429-13.4417
CIE-Lab46.466172.9185-18.5606

#cd188f color RGB value is (205,24,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011000 10001111
Octal 315 30 217
Decimal 205 24 143
Hex CD 18 8F

RGB Percentages of Color #cd188f

%55.11
%6.45
%38.44

CMYK Percentages of Color #cd188f

%0
%88
%30
%20

Triadic Colors of #cd188f

#cd188f #8fcd18 #188fcd

Analogous Colors of #cd188f

#cd188f #cd1834 #b118cd

Monochromatic Colors of #cd188f

#cd188f

Complementary Color

#cd188f #18cd56

#cd188f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd188f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd188f Color CSS Codes

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

#cd188f Text Font Color

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

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


#cd188f Background Color

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

This div background color is #cd188f


#cd188f Border Color

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

This div border color is #cd188f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,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 #cd188f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd188f


Comments

No comments written yet.

Please login to write comment.