Color Hex Logo

#d0516c Color Hex

#D0516C
(208,81,108)
0 Favorites   0 Comments

Color spaces of #d0516c

RGB 20881108
HSL0.960.570.57
HSV347°61°82°
CMYK 0.000.610.48   0.18
XYZ31.661620.377516.4518
Yxy20.37750.46230.2975
Hunter Lab45.141446.20009.9908
CIE-Lab52.261452.375011.1679

#d0516c color RGB value is (208,81,108).

#d0516c hex color red value is 208, green value is 81 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #d0516c hue: 0.96 , saturation: 0.57 and the lightness value of d0516c is 0.57.

The process color (four color CMYK) of #d0516c color hex is 0.00, 0.61, 0.48, 0.18. Web safe color of #d0516c is #cc6666. Color #d0516c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010001 01101100
Octal 320 121 154
Decimal 208 81 108
Hex D0 51 6C

RGB Percentages of Color #d0516c

%52.39
%20.40
%27.20

CMYK Percentages of Color #d0516c

%0
%61
%48
%18

Triadic Colors of #d0516c

#d0516c #6cd051 #516cd0

Analogous Colors of #d0516c

#d0516c #d07651 #d051ac

Monochromatic Colors of #d0516c

#d0516c

Complementary Color

#d0516c #51d0b5

#d0516c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0516c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0516c Color CSS Codes

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

#d0516c Text Font Color

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

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


#d0516c Background Color

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

This div background color is #d0516c


#d0516c Border Color

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

This div border color is #d0516c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0516c


Comments

No comments written yet.

Please login to write comment.