Color Hex Logo

#cc6cea Color Hex

#CC6CEA
(204,108,234)
0 Favorites   0 Comments

Color spaces of #cc6cea

RGB 204108234
HSL0.790.750.67
HSV286°54°92°
CMYK 0.130.540.00   0.08
XYZ45.115729.503081.1587
Yxy29.50300.28960.1894
Hunter Lab54.316753.2089-50.5681
CIE-Lab61.223057.1738-48.1947

#cc6cea color RGB value is (204,108,234).

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

The process color (four color CMYK) of #cc6cea color hex is 0.13, 0.54, 0.00, 0.08. Web safe color of #cc6cea is #cc66ff. Color #cc6cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101100 11101010
Octal 314 154 352
Decimal 204 108 234
Hex CC 6C EA

RGB Percentages of Color #cc6cea

%37.36
%19.78
%42.86

CMYK Percentages of Color #cc6cea

%13
%54
%0
%8

Triadic Colors of #cc6cea

#cc6cea #eacc6c #6ceacc

Analogous Colors of #cc6cea

#cc6cea #ea6cc9 #8d6cea

Monochromatic Colors of #cc6cea

#cc6cea

Complementary Color

#cc6cea #8aea6c

#cc6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6cea Color CSS Codes

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

#cc6cea Text Font Color

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

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


#cc6cea Background Color

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

This div background color is #cc6cea


#cc6cea Border Color

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

This div border color is #cc6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6cea


Comments

No comments written yet.

Please login to write comment.