Color Hex Logo

#dc49db Color Hex

#DC49DB
(220,73,219)
0 Favorites   0 Comments

Color spaces of #dc49db

RGB 22073219
HSL0.830.680.57
HSV300°67°86°
CMYK 0.000.670.00   0.14
XYZ44.683925.095269.5066
Yxy25.09520.32080.1802
Hunter Lab50.095171.5522-47.1979
CIE-Lab57.168173.4037-46.0556

#dc49db color RGB value is (220,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 11011011
Octal 334 111 333
Decimal 220 73 219
Hex DC 49 DB

RGB Percentages of Color #dc49db

%42.97
%14.26
%42.77

CMYK Percentages of Color #dc49db

%0
%67
%0
%14

Triadic Colors of #dc49db

#dc49db #dbdc49 #49dbdc

Analogous Colors of #dc49db

#dc49db #dc4992 #9449dc

Monochromatic Colors of #dc49db

#dc49db

Complementary Color

#dc49db #49dc4a

#dc49db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc49db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc49db Color CSS Codes

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

#dc49db Text Font Color

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

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


#dc49db Background Color

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

This div background color is #dc49db


#dc49db Border Color

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

This div border color is #dc49db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc49db


Comments

No comments written yet.

Please login to write comment.