Color Hex Logo

#cd59dc Color Hex

#CD59DC
(205,89,220)
0 Favorites   0 Comments

Color spaces of #cd59dc

RGB 20589220
HSL0.810.650.61
HSV293°60°86°
CMYK 0.070.600.00   0.14
XYZ41.667525.291270.3957
Yxy25.29120.30340.1841
Hunter Lab50.290459.8860-47.7900
CIE-Lab57.358163.6319-46.4592

#cd59dc color RGB value is (205,89,220).

#cd59dc hex color red value is 205, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cd59dc hue: 0.81 , saturation: 0.65 and the lightness value of cd59dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 11011100
Octal 315 131 334
Decimal 205 89 220
Hex CD 59 DC

RGB Percentages of Color #cd59dc

%39.88
%17.32
%42.80

CMYK Percentages of Color #cd59dc

%7
%60
%0
%14

Triadic Colors of #cd59dc

#cd59dc #dccd59 #59dccd

Analogous Colors of #cd59dc

#cd59dc #dc59aa #8c59dc

Monochromatic Colors of #cd59dc

#cd59dc

Complementary Color

#cd59dc #68dc59

#cd59dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd59dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd59dc Color CSS Codes

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

#cd59dc Text Font Color

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

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


#cd59dc Background Color

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

This div background color is #cd59dc


#cd59dc Border Color

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

This div border color is #cd59dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,89,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd59dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd59dc;
  -webkit-box-shadow: 1px 1px 3px 2px #cd59dc;
  box-shadow:         1px 1px 3px 2px #cd59dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,89,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd59dc


Comments

No comments written yet.

Please login to write comment.