Color Hex Logo

#d8057d Color Hex

#D8057D
(216,5,125)
0 Favorites   0 Comments

Color spaces of #d8057d

RGB 2165125
HSL0.910.950.43
HSV326°98°85°
CMYK 0.000.980.42   0.15
XYZ32.074816.188120.8361
Yxy16.18810.46420.2343
Hunter Lab40.234471.8895-2.5402
CIE-Lab47.220375.6049-6.2515

#d8057d color RGB value is (216,5,125).

#d8057d hex color red value is 216, green value is 5 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d8057d hue: 0.91 , saturation: 0.95 and the lightness value of d8057d is 0.43.

The process color (four color CMYK) of #d8057d color hex is 0.00, 0.98, 0.42, 0.15. Web safe color of #d8057d is #cc0066. Color #d8057d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000101 01111101
Octal 330 5 175
Decimal 216 5 125
Hex D8 5 7D

RGB Percentages of Color #d8057d

%62.43
%1.45
%36.13

CMYK Percentages of Color #d8057d

%0
%98
%42
%15

Triadic Colors of #d8057d

#d8057d #7dd805 #057dd8

Analogous Colors of #d8057d

#d8057d #d80514 #ca05d8

Monochromatic Colors of #d8057d

#d8057d

Complementary Color

#d8057d #05d860

#d8057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8057d Color CSS Codes

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

#d8057d Text Font Color

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

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


#d8057d Background Color

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

This div background color is #d8057d


#d8057d Border Color

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

This div border color is #d8057d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8057d


Comments

No comments written yet.

Please login to write comment.