Color Hex Logo

#cc58db Color Hex

#CC58DB
(204,88,219)
0 Favorites   0 Comments

Color spaces of #cc58db

RGB 20488219
HSL0.810.650.60
HSV293°60°86°
CMYK 0.070.600.00   0.14
XYZ41.177724.931369.6597
Yxy24.93130.30330.1836
Hunter Lab49.931359.8271-47.7643
CIE-Lab57.008463.6447-46.4572

#cc58db color RGB value is (204,88,219).

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

The process color (four color CMYK) of #cc58db color hex is 0.07, 0.60, 0.00, 0.14. Web safe color of #cc58db is #cc66cc. Color #cc58db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 11011011
Octal 314 130 333
Decimal 204 88 219
Hex CC 58 DB

RGB Percentages of Color #cc58db

%39.92
%17.22
%42.86

CMYK Percentages of Color #cc58db

%7
%60
%0
%14

Triadic Colors of #cc58db

#cc58db #dbcc58 #58dbcc

Analogous Colors of #cc58db

#cc58db #db58a9 #8b58db

Monochromatic Colors of #cc58db

#cc58db

Complementary Color

#cc58db #67db58

#cc58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc58db Color CSS Codes

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

#cc58db Text Font Color

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

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


#cc58db Background Color

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

This div background color is #cc58db


#cc58db Border Color

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

This div border color is #cc58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc58db


Comments

No comments written yet.

Please login to write comment.