Color Hex Logo

#cc5aee Color Hex

#CC5AEE
(204,90,238)
0 Favorites   0 Comments

Color spaces of #cc5aee

RGB 20490238
HSL0.800.810.64
HSV286°62°93°
CMYK 0.140.620.00   0.07
XYZ43.990626.322783.6512
Yxy26.32270.28570.1710
Hunter Lab51.305763.2650-60.7553
CIE-Lab58.342166.3220-54.9995

#cc5aee color RGB value is (204,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011010 11101110
Octal 314 132 356
Decimal 204 90 238
Hex CC 5A EE

RGB Percentages of Color #cc5aee

%38.35
%16.92
%44.74

CMYK Percentages of Color #cc5aee

%14
%62
%0
%7

Triadic Colors of #cc5aee

#cc5aee #eecc5a #5aeecc

Analogous Colors of #cc5aee

#cc5aee #ee5ac6 #825aee

Monochromatic Colors of #cc5aee

#cc5aee

Complementary Color

#cc5aee #7cee5a

#cc5aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5aee Color CSS Codes

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

#cc5aee Text Font Color

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

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


#cc5aee Background Color

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

This div background color is #cc5aee


#cc5aee Border Color

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

This div border color is #cc5aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5aee


Comments

No comments written yet.

Please login to write comment.