Color Hex Logo

#d90eaf Color Hex

#D90EAF
(217,14,175)
0 Favorites   0 Comments

Color spaces of #d90eaf

RGB 21714175
HSL0.870.880.45
HSV312°94°85°
CMYK 0.000.940.19   0.15
XYZ36.510218.160942.1386
Yxy18.16090.37710.1876
Hunter Lab42.615678.3495-28.7954
CIE-Lab49.690780.3150-32.4884

#d90eaf color RGB value is (217,14,175).

#d90eaf hex color red value is 217, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d90eaf hue: 0.87 , saturation: 0.88 and the lightness value of d90eaf is 0.45.

The process color (four color CMYK) of #d90eaf color hex is 0.00, 0.94, 0.19, 0.15. Web safe color of #d90eaf is #cc0099. Color #d90eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001110 10101111
Octal 331 16 257
Decimal 217 14 175
Hex D9 E AF

RGB Percentages of Color #d90eaf

%53.45
%3.45
%43.10

CMYK Percentages of Color #d90eaf

%0
%94
%19
%15

Triadic Colors of #d90eaf

#d90eaf #afd90e #0eafd9

Analogous Colors of #d90eaf

#d90eaf #d90e4a #9e0ed9

Monochromatic Colors of #d90eaf

#d90eaf

Complementary Color

#d90eaf #0ed938

#d90eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90eaf Color CSS Codes

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

#d90eaf Text Font Color

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

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


#d90eaf Background Color

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

This div background color is #d90eaf


#d90eaf Border Color

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

This div border color is #d90eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,14,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d90eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d90eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #d90eaf;
  box-shadow:         1px 1px 3px 2px #d90eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,14,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90eaf


Comments

No comments written yet.

Please login to write comment.