Color Hex Logo

#dc1baa Color Hex

#DC1BAA
(220,27,170)
0 Favorites   0 Comments

Color spaces of #dc1baa

RGB 22027170
HSL0.880.780.48
HSV316°88°86°
CMYK 0.000.880.23   0.14
XYZ37.162818.901839.7199
Yxy18.90180.38800.1973
Hunter Lab43.476276.4958-23.7341
CIE-Lab50.572178.6685-28.1250

#dc1baa color RGB value is (220,27,170).

#dc1baa hex color red value is 220, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc1baa hue: 0.88 , saturation: 0.78 and the lightness value of dc1baa is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011011 10101010
Octal 334 33 252
Decimal 220 27 170
Hex DC 1B AA

RGB Percentages of Color #dc1baa

%52.76
%6.47
%40.77

CMYK Percentages of Color #dc1baa

%0
%88
%23
%14

Triadic Colors of #dc1baa

#dc1baa #aadc1b #1baadc

Analogous Colors of #dc1baa

#dc1baa #dc1b4a #ae1bdc

Monochromatic Colors of #dc1baa

#dc1baa

Complementary Color

#dc1baa #1bdc4d

#dc1baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1baa Color CSS Codes

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

#dc1baa Text Font Color

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

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


#dc1baa Background Color

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

This div background color is #dc1baa


#dc1baa Border Color

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

This div border color is #dc1baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1baa


Comments

No comments written yet.

Please login to write comment.