Color Hex Logo

#d19eff Color Hex

#D19EFF
(209,158,255)
0 Favorites   0 Comments

Color spaces of #d19eff

RGB 209158255
HSL0.751.000.81
HSV272°38°100°
CMYK 0.180.380.00   0.00
XYZ56.571445.2290100.3562
Yxy45.22900.27980.2237
Hunter Lab67.252532.4586-41.3975
CIE-Lab73.042436.7838-41.1153

#d19eff color RGB value is (209,158,255).

#d19eff hex color red value is 209, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d19eff hue: 0.75 , saturation: 1.00 and the lightness value of d19eff is 0.81.

The process color (four color CMYK) of #d19eff color hex is 0.18, 0.38, 0.00, 0.00. Web safe color of #d19eff is #cc99ff. Color #d19eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011110 11111111
Octal 321 236 377
Decimal 209 158 255
Hex D1 9E FF

RGB Percentages of Color #d19eff

%33.60
%25.40
%41.00

CMYK Percentages of Color #d19eff

%18
%38
%0
%0

Triadic Colors of #d19eff

#d19eff #ffd19e #9effd1

Analogous Colors of #d19eff

#d19eff #ff9efd #a19eff

Monochromatic Colors of #d19eff

#d19eff

Complementary Color

#d19eff #ccff9e

#d19eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19eff Color CSS Codes

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

#d19eff Text Font Color

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

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


#d19eff Background Color

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

This div background color is #d19eff


#d19eff Border Color

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

This div border color is #d19eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19eff


Comments

No comments written yet.

Please login to write comment.