Color Hex Logo

#d845ae Color Hex

#D845AE
(216,69,174)
0 Favorites   0 Comments

Color spaces of #d845ae

RGB 21669174
HSL0.880.650.56
HSV317°68°85°
CMYK 0.000.680.19   0.15
XYZ38.087021.911242.2663
Yxy21.91120.37240.2143
Hunter Lab46.809463.3221-20.7690
CIE-Lab53.932767.1894-25.3218

#d845ae color RGB value is (216,69,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000101 10101110
Octal 330 105 256
Decimal 216 69 174
Hex D8 45 AE

RGB Percentages of Color #d845ae

%47.06
%15.03
%37.91

CMYK Percentages of Color #d845ae

%0
%68
%19
%15

Triadic Colors of #d845ae

#d845ae #aed845 #45aed8

Analogous Colors of #d845ae

#d845ae #d84565 #b945d8

Monochromatic Colors of #d845ae

#d845ae

Complementary Color

#d845ae #45d86f

#d845ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d845ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d845ae Color CSS Codes

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

#d845ae Text Font Color

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

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


#d845ae Background Color

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

This div background color is #d845ae


#d845ae Border Color

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

This div border color is #d845ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d845ae


Comments

No comments written yet.

Please login to write comment.