Color Hex Logo

#dc5dba Color Hex

#DC5DBA
(220,93,186)
0 Favorites   0 Comments

Color spaces of #dc5dba

RGB 22093186
HSL0.880.640.61
HSV316°58°86°
CMYK 0.000.580.15   0.14
XYZ42.292526.589549.3576
Yxy26.58950.35770.2249
Hunter Lab51.565056.1631-20.6564
CIE-Lab58.592460.2010-25.0290

#dc5dba color RGB value is (220,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011101 10111010
Octal 334 135 272
Decimal 220 93 186
Hex DC 5D BA

RGB Percentages of Color #dc5dba

%44.09
%18.64
%37.27

CMYK Percentages of Color #dc5dba

%0
%58
%15
%14

Triadic Colors of #dc5dba

#dc5dba #badc5d #5dbadc

Analogous Colors of #dc5dba

#dc5dba #dc5d7b #bf5ddc

Monochromatic Colors of #dc5dba

#dc5dba

Complementary Color

#dc5dba #5ddc7f

#dc5dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5dba Color CSS Codes

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

#dc5dba Text Font Color

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

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


#dc5dba Background Color

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

This div background color is #dc5dba


#dc5dba Border Color

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

This div border color is #dc5dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5dba


Comments

No comments written yet.

Please login to write comment.