Color Hex Logo

#d8508b Color Hex

#D8508B
(216,80,139)
0 Favorites   0 Comments

Color spaces of #d8508b

RGB 21680139
HSL0.930.640.58
HSV334°63°85°
CMYK 0.000.630.36   0.15
XYZ35.847822.200326.8218
Yxy22.20030.42240.2616
Hunter Lab47.117253.3516-0.7692
CIE-Lab54.238958.4991-4.2720

#d8508b color RGB value is (216,80,139).

#d8508b hex color red value is 216, green value is 80 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d8508b hue: 0.93 , saturation: 0.64 and the lightness value of d8508b is 0.58.

The process color (four color CMYK) of #d8508b color hex is 0.00, 0.63, 0.36, 0.15. Web safe color of #d8508b is #cc6699. Color #d8508b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010000 10001011
Octal 330 120 213
Decimal 216 80 139
Hex D8 50 8B

RGB Percentages of Color #d8508b

%49.66
%18.39
%31.95

CMYK Percentages of Color #d8508b

%0
%63
%36
%15

Triadic Colors of #d8508b

#d8508b #8bd850 #508bd8

Analogous Colors of #d8508b

#d8508b #d85950 #d850cf

Monochromatic Colors of #d8508b

#d8508b

Complementary Color

#d8508b #50d89d

#d8508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8508b Color CSS Codes

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

#d8508b Text Font Color

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

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


#d8508b Background Color

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

This div background color is #d8508b


#d8508b Border Color

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

This div border color is #d8508b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,80,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8508b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8508b;
  -webkit-box-shadow: 1px 1px 3px 2px #d8508b;
  box-shadow:         1px 1px 3px 2px #d8508b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,80,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8508b


Comments

No comments written yet.

Please login to write comment.