Color Hex Logo

#cd59bf Color Hex

#CD59BF
(205,89,191)
0 Favorites   0 Comments

Color spaces of #cd59bf

RGB 20589191
HSL0.850.540.58
HSV307°57°80°
CMYK 0.000.570.07   0.20
XYZ38.153223.885551.8897
Yxy23.88550.33490.2097
Hunter Lab48.872853.8210-28.7390
CIE-Lab55.973058.6084-32.1288

#cd59bf color RGB value is (205,89,191).

#cd59bf hex color red value is 205, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cd59bf hue: 0.85 , saturation: 0.54 and the lightness value of cd59bf is 0.58.

The process color (four color CMYK) of #cd59bf color hex is 0.00, 0.57, 0.07, 0.20. Web safe color of #cd59bf is #cc66cc. Color #cd59bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 10111111
Octal 315 131 277
Decimal 205 89 191
Hex CD 59 BF

RGB Percentages of Color #cd59bf

%42.27
%18.35
%39.38

CMYK Percentages of Color #cd59bf

%0
%57
%7
%20

Triadic Colors of #cd59bf

#cd59bf #bfcd59 #59bfcd

Analogous Colors of #cd59bf

#cd59bf #cd5985 #a159cd

Monochromatic Colors of #cd59bf

#cd59bf

Complementary Color

#cd59bf #59cd67

#cd59bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd59bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd59bf Color CSS Codes

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

#cd59bf Text Font Color

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

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


#cd59bf Background Color

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

This div background color is #cd59bf


#cd59bf Border Color

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

This div border color is #cd59bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd59bf


Comments

No comments written yet.

Please login to write comment.