Color Hex Logo

#d831ae Color Hex

#D831AE
(216,49,174)
0 Favorites   0 Comments

Color spaces of #d831ae

RGB 21649174
HSL0.880.680.52
HSV315°77°85°
CMYK 0.000.770.19   0.15
XYZ37.057219.851541.9230
Yxy19.85150.37500.2009
Hunter Lab44.555070.4903-24.5990
CIE-Lab51.668973.5943-28.8287

#d831ae color RGB value is (216,49,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110001 10101110
Octal 330 61 256
Decimal 216 49 174
Hex D8 31 AE

RGB Percentages of Color #d831ae

%49.20
%11.16
%39.64

CMYK Percentages of Color #d831ae

%0
%77
%19
%15

Triadic Colors of #d831ae

#d831ae #aed831 #31aed8

Analogous Colors of #d831ae

#d831ae #d8315a #af31d8

Monochromatic Colors of #d831ae

#d831ae

Complementary Color

#d831ae #31d85b

#d831ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d831ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d831ae Color CSS Codes

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

#d831ae Text Font Color

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

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


#d831ae Background Color

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

This div background color is #d831ae


#d831ae Border Color

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

This div border color is #d831ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d831ae


Comments

No comments written yet.

Please login to write comment.