Color Hex Logo

#d87498 Color Hex

#D87498
(216,116,152)
0 Favorites   0 Comments

Color spaces of #d87498

RGB 216116152
HSL0.940.560.65
HSV338°46°85°
CMYK 0.000.460.30   0.15
XYZ40.231829.356733.2517
Yxy29.35670.39120.2855
Hunter Lab54.181837.72401.5407
CIE-Lab61.095243.1101-1.7609

#d87498 color RGB value is (216,116,152).

#d87498 hex color red value is 216, green value is 116 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d87498 hue: 0.94 , saturation: 0.56 and the lightness value of d87498 is 0.65.

The process color (four color CMYK) of #d87498 color hex is 0.00, 0.46, 0.30, 0.15. Web safe color of #d87498 is #cc6699. Color #d87498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 10011000
Octal 330 164 230
Decimal 216 116 152
Hex D8 74 98

RGB Percentages of Color #d87498

%44.63
%23.97
%31.40

CMYK Percentages of Color #d87498

%0
%46
%30
%15

Triadic Colors of #d87498

#d87498 #98d874 #7498d8

Analogous Colors of #d87498

#d87498 #d88274 #d874ca

Monochromatic Colors of #d87498

#d87498

Complementary Color

#d87498 #74d8b4

#d87498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87498 Color CSS Codes

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

#d87498 Text Font Color

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

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


#d87498 Background Color

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

This div background color is #d87498


#d87498 Border Color

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

This div border color is #d87498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87498


Comments

No comments written yet.

Please login to write comment.