Color Hex Logo

#cc7fdd Color Hex

#CC7FDD
(204,127,221)
0 Favorites   0 Comments

Color spaces of #cc7fdd

RGB 204127221
HSL0.800.580.68
HSV289°43°87°
CMYK 0.080.430.00   0.13
XYZ45.542433.236672.4216
Yxy33.23660.30120.2198
Hunter Lab57.651240.1191-34.1244
CIE-Lab64.352044.9124-36.0440

#cc7fdd color RGB value is (204,127,221).

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

The process color (four color CMYK) of #cc7fdd color hex is 0.08, 0.43, 0.00, 0.13. Web safe color of #cc7fdd is #cc66cc. Color #cc7fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111111 11011101
Octal 314 177 335
Decimal 204 127 221
Hex CC 7F DD

RGB Percentages of Color #cc7fdd

%36.96
%23.01
%40.04

CMYK Percentages of Color #cc7fdd

%8
%43
%0
%13

Triadic Colors of #cc7fdd

#cc7fdd #ddcc7f #7fddcc

Analogous Colors of #cc7fdd

#cc7fdd #dd7fbf #9d7fdd

Monochromatic Colors of #cc7fdd

#cc7fdd

Complementary Color

#cc7fdd #90dd7f

#cc7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7fdd Color CSS Codes

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

#cc7fdd Text Font Color

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

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


#cc7fdd Background Color

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

This div background color is #cc7fdd


#cc7fdd Border Color

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

This div border color is #cc7fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7fdd


Comments

No comments written yet.

Please login to write comment.