Color Hex Logo

#cd5edb Color Hex

#CD5EDB
(205,94,219)
0 Favorites   0 Comments

Color spaces of #cd5edb

RGB 20594219
HSL0.810.630.61
HSV293°57°86°
CMYK 0.060.570.00   0.14
XYZ41.965726.099069.8436
Yxy26.09900.30430.1892
Hunter Lab51.087257.2267-45.2970
CIE-Lab58.130961.2046-44.6734

#cd5edb color RGB value is (205,94,219).

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

The process color (four color CMYK) of #cd5edb color hex is 0.06, 0.57, 0.00, 0.14. Web safe color of #cd5edb is #cc66cc. Color #cd5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011110 11011011
Octal 315 136 333
Decimal 205 94 219
Hex CD 5E DB

RGB Percentages of Color #cd5edb

%39.58
%18.15
%42.28

CMYK Percentages of Color #cd5edb

%6
%57
%0
%14

Triadic Colors of #cd5edb

#cd5edb #dbcd5e #5edbcd

Analogous Colors of #cd5edb

#cd5edb #db5eab #8f5edb

Monochromatic Colors of #cd5edb

#cd5edb

Complementary Color

#cd5edb #6cdb5e

#cd5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5edb Color CSS Codes

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

#cd5edb Text Font Color

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

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


#cd5edb Background Color

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

This div background color is #cd5edb


#cd5edb Border Color

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

This div border color is #cd5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5edb


Comments

No comments written yet.

Please login to write comment.