Color Hex Logo

#cc57de Color Hex

#CC57DE
(204,87,222)
0 Favorites   0 Comments

Color spaces of #cc57de

RGB 20487222
HSL0.810.670.61
HSV292°61°87°
CMYK 0.080.610.00   0.13
XYZ41.494924.927771.7317
Yxy24.92770.30040.1804
Hunter Lab49.927660.9781-50.2334
CIE-Lab57.004964.6289-48.1553

#cc57de color RGB value is (204,87,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 11011110
Octal 314 127 336
Decimal 204 87 222
Hex CC 57 DE

RGB Percentages of Color #cc57de

%39.77
%16.96
%43.27

CMYK Percentages of Color #cc57de

%8
%61
%0
%13

Triadic Colors of #cc57de

#cc57de #decc57 #57decc

Analogous Colors of #cc57de

#cc57de #de57ad #8957de

Monochromatic Colors of #cc57de

#cc57de

Complementary Color

#cc57de #69de57

#cc57de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc57de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc57de Color CSS Codes

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

#cc57de Text Font Color

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

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


#cc57de Background Color

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

This div background color is #cc57de


#cc57de Border Color

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

This div border color is #cc57de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc57de


Comments

No comments written yet.

Please login to write comment.