Color Hex Logo

#d19efd Color Hex

#D19EFD
(209,158,253)
0 Favorites   0 Comments

Color spaces of #d19efd

RGB 209158253
HSL0.760.960.81
HSV272°38°99°
CMYK 0.170.380.00   0.01
XYZ56.251045.100998.6691
Yxy45.10090.28120.2255
Hunter Lab67.157231.9868-40.1004
CIE-Lab72.958336.3509-40.1635

#d19efd color RGB value is (209,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011110 11111101
Octal 321 236 375
Decimal 209 158 253
Hex D1 9E FD

RGB Percentages of Color #d19efd

%33.71
%25.48
%40.81

CMYK Percentages of Color #d19efd

%17
%38
%0
%1

Triadic Colors of #d19efd

#d19efd #fdd19e #9efdd1

Analogous Colors of #d19efd

#d19efd #fd9efa #a29efd

Monochromatic Colors of #d19efd

#d19efd

Complementary Color

#d19efd #cafd9e

#d19efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19efd Color CSS Codes

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

#d19efd Text Font Color

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

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


#d19efd Background Color

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

This div background color is #d19efd


#d19efd Border Color

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

This div border color is #d19efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19efd

Related Colors


Comments

No comments written yet.

Please login to write comment.