Color Hex Logo

#cd96bc Color Hex

#CD96BC
(205,150,188)
0 Favorites   0 Comments

Color spaces of #cd96bc

RGB 205150188
HSL0.880.350.70
HSV319°27°80°
CMYK 0.000.270.08   0.20
XYZ45.160338.422752.6131
Yxy38.42270.33160.2821
Hunter Lab61.986021.5716-6.9345
CIE-Lab68.331026.6643-11.5445

#cd96bc color RGB value is (205,150,188).

#cd96bc hex color red value is 205, green value is 150 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cd96bc hue: 0.88 , saturation: 0.35 and the lightness value of cd96bc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 10111100
Octal 315 226 274
Decimal 205 150 188
Hex CD 96 BC

RGB Percentages of Color #cd96bc

%37.75
%27.62
%34.62

CMYK Percentages of Color #cd96bc

%0
%27
%8
%20

Triadic Colors of #cd96bc

#cd96bc #bccd96 #96bccd

Analogous Colors of #cd96bc

#cd96bc #cd96a1 #c396cd

Monochromatic Colors of #cd96bc

#cd96bc

Complementary Color

#cd96bc #96cda7

#cd96bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd96bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd96bc Color CSS Codes

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

#cd96bc Text Font Color

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

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


#cd96bc Background Color

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

This div background color is #cd96bc


#cd96bc Border Color

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

This div border color is #cd96bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd96bc


Comments

No comments written yet.

Please login to write comment.