Color Hex Logo

#cc8fec Color Hex

#CC8FEC
(204,143,236)
0 Favorites   0 Comments

Color spaces of #cc8fec

RGB 204143236
HSL0.780.710.74
HSV279°39°93°
CMYK 0.140.390.00   0.07
XYZ49.864638.538484.1674
Yxy38.53840.28900.2233
Hunter Lab62.079334.7396-36.9301
CIE-Lab68.415639.4024-38.0074

#cc8fec color RGB value is (204,143,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001111 11101100
Octal 314 217 354
Decimal 204 143 236
Hex CC 8F EC

RGB Percentages of Color #cc8fec

%34.99
%24.53
%40.48

CMYK Percentages of Color #cc8fec

%14
%39
%0
%7

Triadic Colors of #cc8fec

#cc8fec #eccc8f #8feccc

Analogous Colors of #cc8fec

#cc8fec #ec8fde #9e8fec

Monochromatic Colors of #cc8fec

#cc8fec

Complementary Color

#cc8fec #afec8f

#cc8fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8fec Color CSS Codes

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

#cc8fec Text Font Color

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

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


#cc8fec Background Color

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

This div background color is #cc8fec


#cc8fec Border Color

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

This div border color is #cc8fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8fec


Comments

No comments written yet.

Please login to write comment.