Color Hex Logo

#cc9dbe Color Hex

#CC9DBE
(204,157,190)
0 Favorites   0 Comments

Color spaces of #cc9dbe

RGB 204157190
HSL0.880.320.71
HSV318°23°80°
CMYK 0.000.230.07   0.20
XYZ46.253140.669054.1273
Yxy40.66900.32790.2883
Hunter Lab63.772317.8621-5.6824
CIE-Lab69.943422.8364-10.2559

#cc9dbe color RGB value is (204,157,190).

#cc9dbe hex color red value is 204, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc9dbe hue: 0.88 , saturation: 0.32 and the lightness value of cc9dbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011101 10111110
Octal 314 235 276
Decimal 204 157 190
Hex CC 9D BE

RGB Percentages of Color #cc9dbe

%37.02
%28.49
%34.48

CMYK Percentages of Color #cc9dbe

%0
%23
%7
%20

Triadic Colors of #cc9dbe

#cc9dbe #becc9d #9dbecc

Analogous Colors of #cc9dbe

#cc9dbe #cc9da7 #c39dcc

Monochromatic Colors of #cc9dbe

#cc9dbe

Complementary Color

#cc9dbe #9dccab

#cc9dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9dbe Color CSS Codes

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

#cc9dbe Text Font Color

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

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


#cc9dbe Background Color

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

This div background color is #cc9dbe


#cc9dbe Border Color

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

This div border color is #cc9dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9dbe


Comments

No comments written yet.

Please login to write comment.