Color Hex Logo

#cc8aec Color Hex

#CC8AEC
(204,138,236)
0 Favorites   0 Comments

Color spaces of #cc8aec

RGB 204138236
HSL0.780.720.73
HSV280°42°93°
CMYK 0.140.420.00   0.07
XYZ49.130637.070583.9227
Yxy37.07050.28880.2179
Hunter Lab60.885537.4880-39.1036
CIE-Lab67.329942.0936-39.7012

#cc8aec color RGB value is (204,138,236).

#cc8aec hex color red value is 204, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cc8aec hue: 0.78 , saturation: 0.72 and the lightness value of cc8aec is 0.73.

The process color (four color CMYK) of #cc8aec color hex is 0.14, 0.42, 0.00, 0.07. Web safe color of #cc8aec is #cc99ff. Color #cc8aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001010 11101100
Octal 314 212 354
Decimal 204 138 236
Hex CC 8A EC

RGB Percentages of Color #cc8aec

%35.29
%23.88
%40.83

CMYK Percentages of Color #cc8aec

%14
%42
%0
%7

Triadic Colors of #cc8aec

#cc8aec #eccc8a #8aeccc

Analogous Colors of #cc8aec

#cc8aec #ec8adb #9b8aec

Monochromatic Colors of #cc8aec

#cc8aec

Complementary Color

#cc8aec #aaec8a

#cc8aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8aec Color CSS Codes

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

#cc8aec Text Font Color

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

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


#cc8aec Background Color

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

This div background color is #cc8aec


#cc8aec Border Color

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

This div border color is #cc8aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8aec


Comments

No comments written yet.

Please login to write comment.