Color Hex Logo

#dc467a Color Hex

#DC467A
(220,70,122)
0 Favorites   0 Comments

Color spaces of #dc467a

RGB 22070122
HSL0.940.680.57
HSV339°68°86°
CMYK 0.000.680.45   0.14
XYZ35.218221.001120.6098
Yxy21.00110.45840.2733
Hunter Lab45.827056.98085.4143
CIE-Lab52.950761.92424.0472

#dc467a color RGB value is (220,70,122).

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

The process color (four color CMYK) of #dc467a color hex is 0.00, 0.68, 0.45, 0.14. Web safe color of #dc467a is #cc3366. Color #dc467a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000110 01111010
Octal 334 106 172
Decimal 220 70 122
Hex DC 46 7A

RGB Percentages of Color #dc467a

%53.40
%16.99
%29.61

CMYK Percentages of Color #dc467a

%0
%68
%45
%14

Triadic Colors of #dc467a

#dc467a #7adc46 #467adc

Analogous Colors of #dc467a

#dc467a #dc5d46 #dc46c5

Monochromatic Colors of #dc467a

#dc467a

Complementary Color

#dc467a #46dca8

#dc467a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc467a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc467a Color CSS Codes

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

#dc467a Text Font Color

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

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


#dc467a Background Color

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

This div background color is #dc467a


#dc467a Border Color

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

This div border color is #dc467a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc467a


Comments

No comments written yet.

Please login to write comment.