Color Hex Logo

#cd88bc Color Hex

#CD88BC
(205,136,188)
0 Favorites   0 Comments

Color spaces of #cd88bc

RGB 205136188
HSL0.870.410.67
HSV315°34°80°
CMYK 0.000.340.08   0.20
XYZ43.058134.218351.9123
Yxy34.21830.33330.2649
Hunter Lab58.496429.0218-11.6691
CIE-Lab65.135534.2878-16.3541

#cd88bc color RGB value is (205,136,188).

#cd88bc hex color red value is 205, green value is 136 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cd88bc hue: 0.87 , saturation: 0.41 and the lightness value of cd88bc is 0.67.

The process color (four color CMYK) of #cd88bc color hex is 0.00, 0.34, 0.08, 0.20. Web safe color of #cd88bc is #cc99cc. Color #cd88bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 10111100
Octal 315 210 274
Decimal 205 136 188
Hex CD 88 BC

RGB Percentages of Color #cd88bc

%38.75
%25.71
%35.54

CMYK Percentages of Color #cd88bc

%0
%34
%8
%20

Triadic Colors of #cd88bc

#cd88bc #bccd88 #88bccd

Analogous Colors of #cd88bc

#cd88bc #cd889a #bc88cd

Monochromatic Colors of #cd88bc

#cd88bc

Complementary Color

#cd88bc #88cd99

#cd88bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd88bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd88bc Color CSS Codes

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

#cd88bc Text Font Color

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

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


#cd88bc Background Color

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

This div background color is #cd88bc


#cd88bc Border Color

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

This div border color is #cd88bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,136,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd88bc


Comments

No comments written yet.

Please login to write comment.