Color Hex Logo

#cc8fde Color Hex

#CC8FDE
(204,143,222)
0 Favorites   0 Comments

Color spaces of #cc8fde

RGB 204143222
HSL0.800.540.72
HSV286°36°87°
CMYK 0.080.360.00   0.13
XYZ47.909137.756273.8698
Yxy37.75620.30030.2367
Hunter Lab61.446131.6446-28.2655
CIE-Lab67.840536.5391-31.1853

#cc8fde color RGB value is (204,143,222).

#cc8fde hex color red value is 204, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc8fde hue: 0.80 , saturation: 0.54 and the lightness value of cc8fde is 0.72.

The process color (four color CMYK) of #cc8fde color hex is 0.08, 0.36, 0.00, 0.13. Web safe color of #cc8fde is #cc99cc. Color #cc8fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001111 11011110
Octal 314 217 336
Decimal 204 143 222
Hex CC 8F DE

RGB Percentages of Color #cc8fde

%35.85
%25.13
%39.02

CMYK Percentages of Color #cc8fde

%8
%36
%0
%13

Triadic Colors of #cc8fde

#cc8fde #decc8f #8fdecc

Analogous Colors of #cc8fde

#cc8fde #de8fc9 #a58fde

Monochromatic Colors of #cc8fde

#cc8fde

Complementary Color

#cc8fde #a1de8f

#cc8fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8fde Color CSS Codes

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

#cc8fde Text Font Color

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

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


#cc8fde Background Color

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

This div background color is #cc8fde


#cc8fde Border Color

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

This div border color is #cc8fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8fde

#cc8fde Color Palettes


Comments

No comments written yet.

Please login to write comment.