Color Hex Logo

#d84998 Color Hex

#D84998
(216,73,152)
0 Favorites   0 Comments

Color spaces of #d84998

RGB 21673152
HSL0.910.650.57
HSV327°66°85°
CMYK 0.000.660.30   0.15
XYZ36.368921.631031.9641
Yxy21.63100.40430.2404
Hunter Lab46.509158.1912-8.1915
CIE-Lab53.633362.8515-12.8648

#d84998 color RGB value is (216,73,152).

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

The process color (four color CMYK) of #d84998 color hex is 0.00, 0.66, 0.30, 0.15. Web safe color of #d84998 is #cc3399. Color #d84998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 10011000
Octal 330 111 230
Decimal 216 73 152
Hex D8 49 98

RGB Percentages of Color #d84998

%48.98
%16.55
%34.47

CMYK Percentages of Color #d84998

%0
%66
%30
%15

Triadic Colors of #d84998

#d84998 #98d849 #4998d8

Analogous Colors of #d84998

#d84998 #d84950 #d149d8

Monochromatic Colors of #d84998

#d84998

Complementary Color

#d84998 #49d889

#d84998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84998 Color CSS Codes

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

#d84998 Text Font Color

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

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


#d84998 Background Color

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

This div background color is #d84998


#d84998 Border Color

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

This div border color is #d84998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84998


Comments

No comments written yet.

Please login to write comment.