Color Hex Logo

#cc66ee Color Hex

#CC66EE
(204,102,238)
1 Favorites   0 Comments

Color spaces of #cc66ee

RGB 204102238
HSL0.790.800.67
HSV285°57°93°
CMYK 0.140.570.00   0.07
XYZ45.085828.513284.0162
Yxy28.51320.28600.1809
Hunter Lab53.397857.2684-55.9087
CIE-Lab60.349660.8524-51.8043

#cc66ee color RGB value is (204,102,238). This hex color code is also a web safe color which is equal to #C6E.

#cc66ee hex color red value is 204, green value is 102 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cc66ee hue: 0.79 , saturation: 0.80 and the lightness value of cc66ee is 0.67.

The process color (four color CMYK) of #cc66ee color hex is 0.14, 0.57, 0.00, 0.07. Web safe color of #cc66ee is #cc66ff. Color #cc66ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100110 11101110
Octal 314 146 356
Decimal 204 102 238
Hex CC 66 EE

RGB Percentages of Color #cc66ee

%37.50
%18.75
%43.75

CMYK Percentages of Color #cc66ee

%14
%57
%0
%7

Triadic Colors of #cc66ee

#cc66ee #eecc66 #66eecc

Analogous Colors of #cc66ee

#cc66ee #ee66cc #8866ee

Monochromatic Colors of #cc66ee

#cc66ee

Complementary Color

#cc66ee #88ee66

#cc66ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc66ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc66ee Color CSS Codes

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

#cc66ee Text Font Color

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

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


#cc66ee Background Color

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

This div background color is #cc66ee


#cc66ee Border Color

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

This div border color is #cc66ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc66ee


Comments

No comments written yet.

Please login to write comment.