Color Hex Logo

#d29efd Color Hex

#D29EFD
(210,158,253)
0 Favorites   0 Comments

Color spaces of #d29efd

RGB 210158253
HSL0.760.960.81
HSV273°38°99°
CMYK 0.170.380.00   0.01
XYZ56.534845.247298.6824
Yxy45.24720.28200.2257
Hunter Lab67.266032.3076-39.8950
CIE-Lab73.054436.6416-40.0065

#d29efd color RGB value is (210,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011110 11111101
Octal 322 236 375
Decimal 210 158 253
Hex D2 9E FD

RGB Percentages of Color #d29efd

%33.82
%25.44
%40.74

CMYK Percentages of Color #d29efd

%17
%38
%0
%1

Triadic Colors of #d29efd

#d29efd #fdd29e #9efdd2

Analogous Colors of #d29efd

#d29efd #fd9ef9 #a39efd

Monochromatic Colors of #d29efd

#d29efd

Complementary Color

#d29efd #c9fd9e

#d29efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29efd Color CSS Codes

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

#d29efd Text Font Color

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

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


#d29efd Background Color

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

This div background color is #d29efd


#d29efd Border Color

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

This div border color is #d29efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29efd


Comments

No comments written yet.

Please login to write comment.