Color Hex Logo

#d0518e Color Hex

#D0518E
(208,81,142)
0 Favorites   0 Comments

Color spaces of #d0518e

RGB 20881142
HSL0.920.570.57
HSV331°61°82°
CMYK 0.000.610.32   0.18
XYZ33.837321.247727.9090
Yxy21.24770.40770.2560
Hunter Lab46.095250.3655-3.6313
CIE-Lab53.219556.0090-7.7011

#d0518e color RGB value is (208,81,142).

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

The process color (four color CMYK) of #d0518e color hex is 0.00, 0.61, 0.32, 0.18. Web safe color of #d0518e is #cc6699. Color #d0518e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010001 10001110
Octal 320 121 216
Decimal 208 81 142
Hex D0 51 8E

RGB Percentages of Color #d0518e

%48.26
%18.79
%32.95

CMYK Percentages of Color #d0518e

%0
%61
%32
%18

Triadic Colors of #d0518e

#d0518e #8ed051 #518ed0

Analogous Colors of #d0518e

#d0518e #d05451 #d051ce

Monochromatic Colors of #d0518e

#d0518e

Complementary Color

#d0518e #51d093

#d0518e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0518e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0518e Color CSS Codes

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

#d0518e Text Font Color

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

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


#d0518e Background Color

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

This div background color is #d0518e


#d0518e Border Color

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

This div border color is #d0518e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0518e


Comments

No comments written yet.

Please login to write comment.