Color Hex Logo

#cc65db Color Hex

#CC65DB
(204,101,219)
0 Favorites   0 Comments

Color spaces of #cc65db

RGB 204101219
HSL0.810.620.63
HSV292°54°86°
CMYK 0.070.540.00   0.14
XYZ42.341727.259270.0477
Yxy27.25920.30320.1952
Hunter Lab52.210353.3924-42.9988
CIE-Lab59.213557.6720-42.9748

#cc65db color RGB value is (204,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 11011011
Octal 314 145 333
Decimal 204 101 219
Hex CC 65 DB

RGB Percentages of Color #cc65db

%38.93
%19.27
%41.79

CMYK Percentages of Color #cc65db

%7
%54
%0
%14

Triadic Colors of #cc65db

#cc65db #dbcc65 #65dbcc

Analogous Colors of #cc65db

#cc65db #db65af #9165db

Monochromatic Colors of #cc65db

#cc65db

Complementary Color

#cc65db #74db65

#cc65db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc65db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc65db Color CSS Codes

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

#cc65db Text Font Color

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

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


#cc65db Background Color

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

This div background color is #cc65db


#cc65db Border Color

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

This div border color is #cc65db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc65db


Comments

No comments written yet.

Please login to write comment.