Color Hex Logo

#d99efd Color Hex

#D99EFD
(217,158,253)
0 Favorites   0 Comments

Color spaces of #d99efd

RGB 217158253
HSL0.770.960.81
HSV277°38°99°
CMYK 0.140.380.00   0.01
XYZ58.571846.297398.7777
Yxy46.29730.28760.2273
Hunter Lab68.042134.5821-38.4426
CIE-Lab73.738038.6856-38.8901

#d99efd color RGB value is (217,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11111101
Octal 331 236 375
Decimal 217 158 253
Hex D9 9E FD

RGB Percentages of Color #d99efd

%34.55
%25.16
%40.29

CMYK Percentages of Color #d99efd

%14
%38
%0
%1

Triadic Colors of #d99efd

#d99efd #fdd99e #9efdd9

Analogous Colors of #d99efd

#d99efd #fd9ef2 #aa9efd

Monochromatic Colors of #d99efd

#d99efd

Complementary Color

#d99efd #c2fd9e

#d99efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99efd Color CSS Codes

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

#d99efd Text Font Color

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

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


#d99efd Background Color

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

This div background color is #d99efd


#d99efd Border Color

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

This div border color is #d99efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d99efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99efd


Comments

No comments written yet.

Please login to write comment.