Color Hex Logo

#cc91db Color Hex

#CC91DB
(204,145,219)
0 Favorites   0 Comments

Color spaces of #cc91db

RGB 204145219
HSL0.800.510.71
HSV288°34°86°
CMYK 0.070.340.00   0.14
XYZ47.813438.202671.8716
Yxy38.20260.30280.2420
Hunter Lab61.808329.9189-25.6776
CIE-Lab68.169734.8553-29.0188

#cc91db color RGB value is (204,145,219).

#cc91db hex color red value is 204, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc91db hue: 0.80 , saturation: 0.51 and the lightness value of cc91db is 0.71.

The process color (four color CMYK) of #cc91db color hex is 0.07, 0.34, 0.00, 0.14. Web safe color of #cc91db is #cc99cc. Color #cc91db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 11011011
Octal 314 221 333
Decimal 204 145 219
Hex CC 91 DB

RGB Percentages of Color #cc91db

%35.92
%25.53
%38.56

CMYK Percentages of Color #cc91db

%7
%34
%0
%14

Triadic Colors of #cc91db

#cc91db #dbcc91 #91dbcc

Analogous Colors of #cc91db

#cc91db #db91c5 #a791db

Monochromatic Colors of #cc91db

#cc91db

Complementary Color

#cc91db #a0db91

#cc91db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc91db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc91db Color CSS Codes

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

#cc91db Text Font Color

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

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


#cc91db Background Color

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

This div background color is #cc91db


#cc91db Border Color

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

This div border color is #cc91db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc91db


Comments

No comments written yet.

Please login to write comment.