Color Hex Logo

#dc5bdb Color Hex

#DC5BDB
(220,91,219)
0 Favorites   0 Comments

Color spaces of #dc5bdb

RGB 22091219
HSL0.830.650.61
HSV300°59°86°
CMYK 0.000.590.00   0.14
XYZ46.042527.812369.9594
Yxy27.81230.32020.1934
Hunter Lab52.737463.5495-41.7357
CIE-Lab59.718866.3102-42.0310

#dc5bdb color RGB value is (220,91,219).

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

The process color (four color CMYK) of #dc5bdb color hex is 0.00, 0.59, 0.00, 0.14. Web safe color of #dc5bdb is #cc66cc. Color #dc5bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011011 11011011
Octal 334 133 333
Decimal 220 91 219
Hex DC 5B DB

RGB Percentages of Color #dc5bdb

%41.51
%17.17
%41.32

CMYK Percentages of Color #dc5bdb

%0
%59
%0
%14

Triadic Colors of #dc5bdb

#dc5bdb #dbdc5b #5bdbdc

Analogous Colors of #dc5bdb

#dc5bdb #dc5b9b #9d5bdc

Monochromatic Colors of #dc5bdb

#dc5bdb

Complementary Color

#dc5bdb #5bdc5c

#dc5bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5bdb Color CSS Codes

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

#dc5bdb Text Font Color

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

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


#dc5bdb Background Color

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

This div background color is #dc5bdb


#dc5bdb Border Color

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

This div border color is #dc5bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5bdb


Comments

No comments written yet.

Please login to write comment.