Color Hex Logo

#cc58de Color Hex

#CC58DE
(204,88,222)
0 Favorites   0 Comments

Color spaces of #cc58de

RGB 20488222
HSL0.810.670.61
HSV292°60°87°
CMYK 0.080.600.00   0.13
XYZ41.576425.090771.7589
Yxy25.09070.30040.1813
Hunter Lab50.090660.5006-49.8743
CIE-Lab57.163764.1926-47.9035

#cc58de color RGB value is (204,88,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 11011110
Octal 314 130 336
Decimal 204 88 222
Hex CC 58 DE

RGB Percentages of Color #cc58de

%39.69
%17.12
%43.19

CMYK Percentages of Color #cc58de

%8
%60
%0
%13

Triadic Colors of #cc58de

#cc58de #decc58 #58decc

Analogous Colors of #cc58de

#cc58de #de58ad #8958de

Monochromatic Colors of #cc58de

#cc58de

Complementary Color

#cc58de #6ade58

#cc58de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc58de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc58de Color CSS Codes

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

#cc58de Text Font Color

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

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


#cc58de Background Color

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

This div background color is #cc58de


#cc58de Border Color

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

This div border color is #cc58de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc58de


Comments

No comments written yet.

Please login to write comment.