Color Hex Logo

#dc619e Color Hex

#DC619E
(220,97,158)
0 Favorites   0 Comments

Color spaces of #dc619e

RGB 22097158
HSL0.920.640.62
HSV330°56°86°
CMYK 0.000.560.28   0.14
XYZ39.961426.233735.3052
Yxy26.23370.39370.2585
Hunter Lab51.218849.6343-5.0155
CIE-Lab58.258254.4953-9.3695

#dc619e color RGB value is (220,97,158).

#dc619e hex color red value is 220, green value is 97 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dc619e hue: 0.92 , saturation: 0.64 and the lightness value of dc619e is 0.62.

The process color (four color CMYK) of #dc619e color hex is 0.00, 0.56, 0.28, 0.14. Web safe color of #dc619e is #cc6699. Color #dc619e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100001 10011110
Octal 334 141 236
Decimal 220 97 158
Hex DC 61 9E

RGB Percentages of Color #dc619e

%46.32
%20.42
%33.26

CMYK Percentages of Color #dc619e

%0
%56
%28
%14

Triadic Colors of #dc619e

#dc619e #9edc61 #619edc

Analogous Colors of #dc619e

#dc619e #dc6261 #dc61dc

Monochromatic Colors of #dc619e

#dc619e

Complementary Color

#dc619e #61dc9f

#dc619e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc619e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc619e Color CSS Codes

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

#dc619e Text Font Color

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

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


#dc619e Background Color

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

This div background color is #dc619e


#dc619e Border Color

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

This div border color is #dc619e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc619e


Comments

No comments written yet.

Please login to write comment.