color codes Logo

#cd5fdb color codes

#CD5FDB
(205,95,219)
0 Favorites   0 Comments

Color spaces of #cd5fdb

RGB 20595219
HSL0.810.630.62
HSV293°57°86°
CMYK 0.060.570.00   0.14
XYZ42.055226.278069.8734
Yxy26.27800.30430.1901
Hunter Lab51.262156.7321-44.9325
CIE-Lab58.300060.7462-44.4064

#cd5fdb color RGB value is (205,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011111 11011011
Octal 315 137 333
Decimal 205 95 219
Hex CD 5F DB

RGB Percentages of Color #cd5fdb

%39.50
%18.30
%42.20

CMYK Percentages of Color #cd5fdb

%6
%57
%0
%14

Triadic Colors of #cd5fdb

#cd5fdb #dbcd5f #5fdbcd

Analogous Colors of #cd5fdb

#cd5fdb #db5fab #8f5fdb

Monochromatic Colors of #cd5fdb

#cd5fdb

Complementary Color

#cd5fdb #6ddb5f

#cd5fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5fdb Color CSS Codes

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

#cd5fdb Text Font Color

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

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


#cd5fdb Background Color

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

This div background color is #cd5fdb


#cd5fdb Border Color

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

This div border color is #cd5fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5fdb


Comments

No comments written yet.

Please login to write comment.