Color Hex Logo

#cc95bd Color Hex

#CC95BD
(204,149,189)
0 Favorites   0 Comments

Color spaces of #cc95bd

RGB 204149189
HSL0.880.350.69
HSV316°27°80°
CMYK 0.000.270.07   0.20
XYZ44.834638.006453.1170
Yxy38.00640.32980.2795
Hunter Lab61.649321.9282-7.9297
CIE-Lab68.025327.0417-12.5709

#cc95bd color RGB value is (204,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 10111101
Octal 314 225 275
Decimal 204 149 189
Hex CC 95 BD

RGB Percentages of Color #cc95bd

%37.64
%27.49
%34.87

CMYK Percentages of Color #cc95bd

%0
%27
%7
%20

Triadic Colors of #cc95bd

#cc95bd #bdcc95 #95bdcc

Analogous Colors of #cc95bd

#cc95bd #cc95a2 #c095cc

Monochromatic Colors of #cc95bd

#cc95bd

Complementary Color

#cc95bd #95cca4

#cc95bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc95bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc95bd Color CSS Codes

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

#cc95bd Text Font Color

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

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


#cc95bd Background Color

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

This div background color is #cc95bd


#cc95bd Border Color

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

This div border color is #cc95bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc95bd


Comments

No comments written yet.

Please login to write comment.