Color Hex Logo

#dc516b Color Hex

#DC516B
(220,81,107)
0 Favorites   0 Comments

Color spaces of #dc516b

RGB 22081107
HSL0.970.670.59
HSV349°63°86°
CMYK 0.000.630.51   0.14
XYZ35.111522.162016.3370
Yxy22.16200.47700.3011
Hunter Lab47.076550.748312.3781
CIE-Lab54.198556.182914.7561

#dc516b color RGB value is (220,81,107).

#dc516b hex color red value is 220, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dc516b hue: 0.97 , saturation: 0.67 and the lightness value of dc516b is 0.59.

The process color (four color CMYK) of #dc516b color hex is 0.00, 0.63, 0.51, 0.14. Web safe color of #dc516b is #cc6666. Color #dc516b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 01101011
Octal 334 121 153
Decimal 220 81 107
Hex DC 51 6B

RGB Percentages of Color #dc516b

%53.92
%19.85
%26.23

CMYK Percentages of Color #dc516b

%0
%63
%51
%14

Triadic Colors of #dc516b

#dc516b #6bdc51 #516bdc

Analogous Colors of #dc516b

#dc516b #dc7d51 #dc51b1

Monochromatic Colors of #dc516b

#dc516b

Complementary Color

#dc516b #51dcc2

#dc516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc516b Color CSS Codes

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

#dc516b Text Font Color

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

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


#dc516b Background Color

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

This div background color is #dc516b


#dc516b Border Color

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

This div border color is #dc516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc516b


Comments

No comments written yet.

Please login to write comment.