Color Hex Logo

#cd95be Color Hex

#CD95BE
(205,149,190)
0 Favorites   0 Comments

Color spaces of #cd95be

RGB 205149190
HSL0.880.360.69
HSV316°27°80°
CMYK 0.000.270.07   0.20
XYZ45.218538.191753.7037
Yxy38.19170.32980.2785
Hunter Lab61.799422.4590-8.2634
CIE-Lab68.161727.5618-12.9134

#cd95be color RGB value is (205,149,190).

#cd95be hex color red value is 205, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cd95be hue: 0.88 , saturation: 0.36 and the lightness value of cd95be is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 10111110
Octal 315 225 276
Decimal 205 149 190
Hex CD 95 BE

RGB Percentages of Color #cd95be

%37.68
%27.39
%34.93

CMYK Percentages of Color #cd95be

%0
%27
%7
%20

Triadic Colors of #cd95be

#cd95be #becd95 #95becd

Analogous Colors of #cd95be

#cd95be #cd95a2 #c095cd

Monochromatic Colors of #cd95be

#cd95be

Complementary Color

#cd95be #95cda4

#cd95be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd95be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd95be Color CSS Codes

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

#cd95be Text Font Color

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

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


#cd95be Background Color

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

This div background color is #cd95be


#cd95be Border Color

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

This div border color is #cd95be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd95be


Comments

No comments written yet.

Please login to write comment.