Color Hex Logo

#dc459a Color Hex

#DC459A
(220,69,154)
0 Favorites   0 Comments

Color spaces of #dc459a

RGB 22069154
HSL0.910.680.57
HSV326°69°86°
CMYK 0.000.690.30   0.14
XYZ37.476121.805032.8054
Yxy21.80500.40700.2368
Hunter Lab46.695861.5389-8.9662
CIE-Lab53.819565.6957-13.6998

#dc459a color RGB value is (220,69,154).

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

The process color (four color CMYK) of #dc459a color hex is 0.00, 0.69, 0.30, 0.14. Web safe color of #dc459a is #cc3399. Color #dc459a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000101 10011010
Octal 334 105 232
Decimal 220 69 154
Hex DC 45 9A

RGB Percentages of Color #dc459a

%49.66
%15.58
%34.76

CMYK Percentages of Color #dc459a

%0
%69
%30
%14

Triadic Colors of #dc459a

#dc459a #9adc45 #459adc

Analogous Colors of #dc459a

#dc459a #dc454e #d345dc

Monochromatic Colors of #dc459a

#dc459a

Complementary Color

#dc459a #45dc87

#dc459a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc459a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc459a Color CSS Codes

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

#dc459a Text Font Color

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

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


#dc459a Background Color

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

This div background color is #dc459a


#dc459a Border Color

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

This div border color is #dc459a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc459a


Comments

No comments written yet.

Please login to write comment.