Color Hex Logo

#dc4dba Color Hex

#DC4DBA
(220,77,186)
0 Favorites   0 Comments

Color spaces of #dc4dba

RGB 22077186
HSL0.870.670.58
HSV314°65°86°
CMYK 0.000.650.15   0.14
XYZ41.032024.068648.9374
Yxy24.06860.35980.2111
Hunter Lab49.059863.4371-24.8003
CIE-Lab56.156466.8704-28.7917

#dc4dba color RGB value is (220,77,186).

#dc4dba hex color red value is 220, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc4dba hue: 0.87 , saturation: 0.67 and the lightness value of dc4dba is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001101 10111010
Octal 334 115 272
Decimal 220 77 186
Hex DC 4D BA

RGB Percentages of Color #dc4dba

%45.55
%15.94
%38.51

CMYK Percentages of Color #dc4dba

%0
%65
%15
%14

Triadic Colors of #dc4dba

#dc4dba #badc4d #4dbadc

Analogous Colors of #dc4dba

#dc4dba #dc4d73 #b74ddc

Monochromatic Colors of #dc4dba

#dc4dba

Complementary Color

#dc4dba #4ddc6f

#dc4dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4dba Color CSS Codes

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

#dc4dba Text Font Color

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

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


#dc4dba Background Color

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

This div background color is #dc4dba


#dc4dba Border Color

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

This div border color is #dc4dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4dba


Comments

No comments written yet.

Please login to write comment.