Color Hex Logo

#d90ebf Color Hex

#D90EBF
(217,14,191)
0 Favorites   0 Comments

Color spaces of #d90ebf

RGB 21714191
HSL0.850.880.45
HSV308°94°85°
CMYK 0.000.940.12   0.15
XYZ38.176318.827450.9121
Yxy18.82740.35380.1745
Hunter Lab43.390681.1162-39.1943
CIE-Lab50.484782.3394-40.6041

#d90ebf color RGB value is (217,14,191).

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

The process color (four color CMYK) of #d90ebf color hex is 0.00, 0.94, 0.12, 0.15. Web safe color of #d90ebf is #cc00cc. Color #d90ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001110 10111111
Octal 331 16 277
Decimal 217 14 191
Hex D9 E BF

RGB Percentages of Color #d90ebf

%51.42
%3.32
%45.26

CMYK Percentages of Color #d90ebf

%0
%94
%12
%15

Triadic Colors of #d90ebf

#d90ebf #bfd90e #0ebfd9

Analogous Colors of #d90ebf

#d90ebf #d90e5a #8e0ed9

Monochromatic Colors of #d90ebf

#d90ebf

Complementary Color

#d90ebf #0ed928

#d90ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90ebf Color CSS Codes

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

#d90ebf Text Font Color

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

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


#d90ebf Background Color

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

This div background color is #d90ebf


#d90ebf Border Color

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

This div border color is #d90ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90ebf


Comments

No comments written yet.

Please login to write comment.