Color Hex Logo

#dc49ba Color Hex

#DC49BA
(220,73,186)
0 Favorites   0 Comments

Color spaces of #dc49ba

RGB 22073186
HSL0.870.680.57
HSV314°67°86°
CMYK 0.000.670.15   0.14
XYZ40.760723.525948.8470
Yxy23.52590.36030.2079
Hunter Lab48.503565.1242-25.7574
CIE-Lab55.610068.3911-29.6395

#dc49ba color RGB value is (220,73,186).

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

The process color (four color CMYK) of #dc49ba color hex is 0.00, 0.67, 0.15, 0.14. Web safe color of #dc49ba is #cc33cc. Color #dc49ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 10111010
Octal 334 111 272
Decimal 220 73 186
Hex DC 49 BA

RGB Percentages of Color #dc49ba

%45.93
%15.24
%38.83

CMYK Percentages of Color #dc49ba

%0
%67
%15
%14

Triadic Colors of #dc49ba

#dc49ba #badc49 #49badc

Analogous Colors of #dc49ba

#dc49ba #dc4971 #b549dc

Monochromatic Colors of #dc49ba

#dc49ba

Complementary Color

#dc49ba #49dc6b

#dc49ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc49ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc49ba Color CSS Codes

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

#dc49ba Text Font Color

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

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


#dc49ba Background Color

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

This div background color is #dc49ba


#dc49ba Border Color

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

This div border color is #dc49ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc49ba


Comments

No comments written yet.

Please login to write comment.