Color Hex Logo

#d84aae Color Hex

#D84AAE
(216,74,174)
0 Favorites   0 Comments

Color spaces of #d84aae

RGB 21674174
HSL0.880.650.57
HSV318°66°85°
CMYK 0.000.660.19   0.15
XYZ38.407722.552542.3732
Yxy22.55250.37170.2182
Hunter Lab47.489561.2575-19.6598
CIE-Lab54.608465.3086-24.2796

#d84aae color RGB value is (216,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001010 10101110
Octal 330 112 256
Decimal 216 74 174
Hex D8 4A AE

RGB Percentages of Color #d84aae

%46.55
%15.95
%37.50

CMYK Percentages of Color #d84aae

%0
%66
%19
%15

Triadic Colors of #d84aae

#d84aae #aed84a #4aaed8

Analogous Colors of #d84aae

#d84aae #d84a67 #bb4ad8

Monochromatic Colors of #d84aae

#d84aae

Complementary Color

#d84aae #4ad874

#d84aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84aae Color CSS Codes

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

#d84aae Text Font Color

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

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


#d84aae Background Color

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

This div background color is #d84aae


#d84aae Border Color

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

This div border color is #d84aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84aae

#d84aae Color Palettes


Comments

No comments written yet.

Please login to write comment.