Color Hex Logo

#dc46a8 Color Hex

#DC46A8
(220,70,168)
0 Favorites   0 Comments

Color spaces of #dc46a8

RGB 22070168
HSL0.890.680.57
HSV321°68°86°
CMYK 0.000.680.24   0.14
XYZ38.773222.423139.3303
Yxy22.42310.38570.2231
Hunter Lab47.353063.2900-16.0977
CIE-Lab54.473167.0607-20.9305

#dc46a8 color RGB value is (220,70,168).

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

The process color (four color CMYK) of #dc46a8 color hex is 0.00, 0.68, 0.24, 0.14. Web safe color of #dc46a8 is #cc3399. Color #dc46a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000110 10101000
Octal 334 106 250
Decimal 220 70 168
Hex DC 46 A8

RGB Percentages of Color #dc46a8

%48.03
%15.28
%36.68

CMYK Percentages of Color #dc46a8

%0
%68
%24
%14

Triadic Colors of #dc46a8

#dc46a8 #a8dc46 #46a8dc

Analogous Colors of #dc46a8

#dc46a8 #dc465d #c546dc

Monochromatic Colors of #dc46a8

#dc46a8

Complementary Color

#dc46a8 #46dc7a

#dc46a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc46a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc46a8 Color CSS Codes

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

#dc46a8 Text Font Color

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

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


#dc46a8 Background Color

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

This div background color is #dc46a8


#dc46a8 Border Color

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

This div border color is #dc46a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc46a8


Comments

No comments written yet.

Please login to write comment.