Color Hex Logo

#dc4baa Color Hex

#DC4BAA
(220,75,170)
0 Favorites   0 Comments

Color spaces of #dc4baa

RGB 22075170
HSL0.890.670.58
HSV321°66°86°
CMYK 0.000.660.23   0.14
XYZ39.287023.150140.4280
Yxy23.15010.38190.2251
Hunter Lab48.114661.5502-16.1379
CIE-Lab55.226665.4435-20.9442

#dc4baa color RGB value is (220,75,170).

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

The process color (four color CMYK) of #dc4baa color hex is 0.00, 0.66, 0.23, 0.14. Web safe color of #dc4baa is #cc3399. Color #dc4baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001011 10101010
Octal 334 113 252
Decimal 220 75 170
Hex DC 4B AA

RGB Percentages of Color #dc4baa

%47.31
%16.13
%36.56

CMYK Percentages of Color #dc4baa

%0
%66
%23
%14

Triadic Colors of #dc4baa

#dc4baa #aadc4b #4baadc

Analogous Colors of #dc4baa

#dc4baa #dc4b61 #c64bdc

Monochromatic Colors of #dc4baa

#dc4baa

Complementary Color

#dc4baa #4bdc7d

#dc4baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4baa Color CSS Codes

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

#dc4baa Text Font Color

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

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


#dc4baa Background Color

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

This div background color is #dc4baa


#dc4baa Border Color

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

This div border color is #dc4baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4baa


Comments

No comments written yet.

Please login to write comment.