Color Hex Logo

#cc8fdd Color Hex

#CC8FDD
(204,143,221)
0 Favorites   0 Comments

Color spaces of #cc8fdd

RGB 204143221
HSL0.800.530.71
HSV287°35°87°
CMYK 0.080.350.00   0.13
XYZ47.775437.702773.1659
Yxy37.70270.30110.2377
Hunter Lab61.402531.4309-27.6669
CIE-Lab67.800936.3393-30.6936

#cc8fdd color RGB value is (204,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001111 11011101
Octal 314 217 335
Decimal 204 143 221
Hex CC 8F DD

RGB Percentages of Color #cc8fdd

%35.92
%25.18
%38.91

CMYK Percentages of Color #cc8fdd

%8
%35
%0
%13

Triadic Colors of #cc8fdd

#cc8fdd #ddcc8f #8fddcc

Analogous Colors of #cc8fdd

#cc8fdd #dd8fc7 #a58fdd

Monochromatic Colors of #cc8fdd

#cc8fdd

Complementary Color

#cc8fdd #a0dd8f

#cc8fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8fdd Color CSS Codes

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

#cc8fdd Text Font Color

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

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


#cc8fdd Background Color

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

This div background color is #cc8fdd


#cc8fdd Border Color

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

This div border color is #cc8fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8fdd


Comments

No comments written yet.

Please login to write comment.