Color Hex Logo

#d19eea Color Hex

#D19EEA
(209,158,234)
0 Favorites   0 Comments

Color spaces of #d19eea

RGB 209158234
HSL0.780.640.77
HSV280°32°92°
CMYK 0.110.320.00   0.08
XYZ53.372643.949583.5120
Yxy43.94950.29510.2430
Hunter Lab66.294427.6923-28.2823
CIE-Lab72.194732.3560-31.0139

#d19eea color RGB value is (209,158,234).

#d19eea hex color red value is 209, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d19eea hue: 0.78 , saturation: 0.64 and the lightness value of d19eea is 0.77.

The process color (four color CMYK) of #d19eea color hex is 0.11, 0.32, 0.00, 0.08. Web safe color of #d19eea is #cc99ff. Color #d19eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011110 11101010
Octal 321 236 352
Decimal 209 158 234
Hex D1 9E EA

RGB Percentages of Color #d19eea

%34.78
%26.29
%38.94

CMYK Percentages of Color #d19eea

%11
%32
%0
%8

Triadic Colors of #d19eea

#d19eea #ead19e #9eead1

Analogous Colors of #d19eea

#d19eea #ea9edd #ab9eea

Monochromatic Colors of #d19eea

#d19eea

Complementary Color

#d19eea #b7ea9e

#d19eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19eea Color CSS Codes

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

#d19eea Text Font Color

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

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


#d19eea Background Color

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

This div background color is #d19eea


#d19eea Border Color

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

This div border color is #d19eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,158,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d19eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d19eea;
  -webkit-box-shadow: 1px 1px 3px 2px #d19eea;
  box-shadow:         1px 1px 3px 2px #d19eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,158,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19eea


Comments

No comments written yet.

Please login to write comment.