Color Hex Logo

#dc618a Color Hex

#DC618A
(220,97,138)
0 Favorites   0 Comments

Color spaces of #dc618a

RGB 22097138
HSL0.940.640.62
HSV340°56°86°
CMYK 0.000.560.37   0.14
XYZ38.377325.600026.9633
Yxy25.60000.42200.2815
Hunter Lab50.596446.84813.8213
CIE-Lab57.655452.07731.3984

#dc618a color RGB value is (220,97,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100001 10001010
Octal 334 141 212
Decimal 220 97 138
Hex DC 61 8A

RGB Percentages of Color #dc618a

%48.35
%21.32
%30.33

CMYK Percentages of Color #dc618a

%0
%56
%37
%14

Triadic Colors of #dc618a

#dc618a #8adc61 #618adc

Analogous Colors of #dc618a

#dc618a #dc7661 #dc61c8

Monochromatic Colors of #dc618a

#dc618a

Complementary Color

#dc618a #61dcb3

#dc618a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc618a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc618a Color CSS Codes

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

#dc618a Text Font Color

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

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


#dc618a Background Color

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

This div background color is #dc618a


#dc618a Border Color

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

This div border color is #dc618a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc618a


Comments

No comments written yet.

Please login to write comment.