Color Hex Logo

#dc4797 Color Hex

#DC4797
(220,71,151)
0 Favorites   0 Comments

Color spaces of #dc4797

RGB 22071151
HSL0.910.680.57
HSV328°68°86°
CMYK 0.000.680.31   0.14
XYZ37.354421.956531.5474
Yxy21.95650.41110.2417
Hunter Lab46.857860.2968-7.1171
CIE-Lab53.980864.6030-11.6855

#dc4797 color RGB value is (220,71,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 10010111
Octal 334 107 227
Decimal 220 71 151
Hex DC 47 97

RGB Percentages of Color #dc4797

%49.77
%16.06
%34.16

CMYK Percentages of Color #dc4797

%0
%68
%31
%14

Triadic Colors of #dc4797

#dc4797 #97dc47 #4797dc

Analogous Colors of #dc4797

#dc4797 #dc474d #d747dc

Monochromatic Colors of #dc4797

#dc4797

Complementary Color

#dc4797 #47dc8c

#dc4797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4797 Color CSS Codes

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

#dc4797 Text Font Color

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

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


#dc4797 Background Color

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

This div background color is #dc4797


#dc4797 Border Color

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

This div border color is #dc4797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4797


Comments

No comments written yet.

Please login to write comment.