Color Hex Logo

#dc5dbc Color Hex

#DC5DBC
(220,93,188)
0 Favorites   0 Comments

Color spaces of #dc5dbc

RGB 22093188
HSL0.880.640.61
HSV315°58°86°
CMYK 0.000.580.15   0.14
XYZ42.506726.675250.4854
Yxy26.67520.35520.2229
Hunter Lab51.648056.5227-21.8017
CIE-Lab58.672560.4993-26.0523

#dc5dbc color RGB value is (220,93,188).

#dc5dbc hex color red value is 220, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dc5dbc hue: 0.88 , saturation: 0.64 and the lightness value of dc5dbc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011101 10111100
Octal 334 135 274
Decimal 220 93 188
Hex DC 5D BC

RGB Percentages of Color #dc5dbc

%43.91
%18.56
%37.52

CMYK Percentages of Color #dc5dbc

%0
%58
%15
%14

Triadic Colors of #dc5dbc

#dc5dbc #bcdc5d #5dbcdc

Analogous Colors of #dc5dbc

#dc5dbc #dc5d7d #bd5ddc

Monochromatic Colors of #dc5dbc

#dc5dbc

Complementary Color

#dc5dbc #5ddc7d

#dc5dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5dbc Color CSS Codes

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

#dc5dbc Text Font Color

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

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


#dc5dbc Background Color

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

This div background color is #dc5dbc


#dc5dbc Border Color

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

This div border color is #dc5dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,93,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5dbc


Comments

No comments written yet.

Please login to write comment.