Color Hex Logo

#cc69db Color Hex

#CC69DB
(204,105,219)
0 Favorites   0 Comments

Color spaces of #cc69db

RGB 204105219
HSL0.810.610.64
HSV292°52°86°
CMYK 0.070.520.00   0.14
XYZ42.739628.055070.1804
Yxy28.05500.30320.1990
Hunter Lab52.967051.3413-41.4814
CIE-Lab59.938455.7398-41.8339

#cc69db color RGB value is (204,105,219).

#cc69db hex color red value is 204, green value is 105 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc69db hue: 0.81 , saturation: 0.61 and the lightness value of cc69db is 0.64.

The process color (four color CMYK) of #cc69db color hex is 0.07, 0.52, 0.00, 0.14. Web safe color of #cc69db is #cc66cc. Color #cc69db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 11011011
Octal 314 151 333
Decimal 204 105 219
Hex CC 69 DB

RGB Percentages of Color #cc69db

%38.64
%19.89
%41.48

CMYK Percentages of Color #cc69db

%7
%52
%0
%14

Triadic Colors of #cc69db

#cc69db #dbcc69 #69dbcc

Analogous Colors of #cc69db

#cc69db #db69b1 #9369db

Monochromatic Colors of #cc69db

#cc69db

Complementary Color

#cc69db #78db69

#cc69db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69db Color CSS Codes

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

#cc69db Text Font Color

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

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


#cc69db Background Color

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

This div background color is #cc69db


#cc69db Border Color

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

This div border color is #cc69db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69db


Comments

No comments written yet.

Please login to write comment.