Color Hex Logo

#cd59fd Color Hex

#CD59FD
(205,89,253)
0 Favorites   0 Comments

Color spaces of #cd59fd

RGB 20589253
HSL0.780.980.67
HSV282°65°99°
CMYK 0.190.650.00   0.01
XYZ46.478827.215795.7320
Yxy27.21570.27430.1606
Hunter Lab52.168767.7364-72.2819
CIE-Lab59.173569.8972-61.9907

#cd59fd color RGB value is (205,89,253).

#cd59fd hex color red value is 205, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cd59fd hue: 0.78 , saturation: 0.98 and the lightness value of cd59fd is 0.67.

The process color (four color CMYK) of #cd59fd color hex is 0.19, 0.65, 0.00, 0.01. Web safe color of #cd59fd is #cc66ff. Color #cd59fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 11111101
Octal 315 131 375
Decimal 205 89 253
Hex CD 59 FD

RGB Percentages of Color #cd59fd

%37.48
%16.27
%46.25

CMYK Percentages of Color #cd59fd

%19
%65
%0
%1

Triadic Colors of #cd59fd

#cd59fd #fdcd59 #59fdcd

Analogous Colors of #cd59fd

#cd59fd #fd59db #7b59fd

Monochromatic Colors of #cd59fd

#cd59fd

Complementary Color

#cd59fd #89fd59

#cd59fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd59fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd59fd Color CSS Codes

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

#cd59fd Text Font Color

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

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


#cd59fd Background Color

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

This div background color is #cd59fd


#cd59fd Border Color

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

This div border color is #cd59fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd59fd


Comments

No comments written yet.

Please login to write comment.