Color Hex Logo

#cc71de Color Hex

#CC71DE
(204,113,222)
0 Favorites   0 Comments

Color spaces of #cc71de

RGB 204113222
HSL0.810.620.66
HSV290°49°87°
CMYK 0.080.490.00   0.13
XYZ43.991829.921672.5641
Yxy29.92160.30030.2043
Hunter Lab54.700647.8286-40.3617
CIE-Lab61.586552.3409-40.9265

#cc71de color RGB value is (204,113,222).

#cc71de hex color red value is 204, green value is 113 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc71de hue: 0.81 , saturation: 0.62 and the lightness value of cc71de is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 11011110
Octal 314 161 336
Decimal 204 113 222
Hex CC 71 DE

RGB Percentages of Color #cc71de

%37.85
%20.96
%41.19

CMYK Percentages of Color #cc71de

%8
%49
%0
%13

Triadic Colors of #cc71de

#cc71de #decc71 #71decc

Analogous Colors of #cc71de

#cc71de #de71ba #9671de

Monochromatic Colors of #cc71de

#cc71de

Complementary Color

#cc71de #83de71

#cc71de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc71de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc71de Color CSS Codes

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

#cc71de Text Font Color

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

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


#cc71de Background Color

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

This div background color is #cc71de


#cc71de Border Color

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

This div border color is #cc71de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc71de


Comments

No comments written yet.

Please login to write comment.