Color Hex Logo

#d0518a Color Hex

#D0518A
(208,81,138)
0 Favorites   0 Comments

Color spaces of #d0518a

RGB 20881138
HSL0.930.570.57
HSV333°61°82°
CMYK 0.000.610.34   0.18
XYZ33.542321.129726.3553
Yxy21.12970.41400.2608
Hunter Lab45.967149.8097-1.8171
CIE-Lab53.091255.5295-5.5198

#d0518a color RGB value is (208,81,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010001 10001010
Octal 320 121 212
Decimal 208 81 138
Hex D0 51 8A

RGB Percentages of Color #d0518a

%48.71
%18.97
%32.32

CMYK Percentages of Color #d0518a

%0
%61
%34
%18

Triadic Colors of #d0518a

#d0518a #8ad051 #518ad0

Analogous Colors of #d0518a

#d0518a #d05851 #d051ca

Monochromatic Colors of #d0518a

#d0518a

Complementary Color

#d0518a #51d097

#d0518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0518a Color CSS Codes

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

#d0518a Text Font Color

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

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


#d0518a Background Color

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

This div background color is #d0518a


#d0518a Border Color

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

This div border color is #d0518a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,81,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 #d0518a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0518a


Comments

No comments written yet.

Please login to write comment.