Color Hex Logo

#d59efd Color Hex

#D59EFD
(213,158,253)
0 Favorites   0 Comments

Color spaces of #d59efd

RGB 213158253
HSL0.760.960.81
HSV275°38°99°
CMYK 0.160.380.00   0.01
XYZ57.397145.691798.7227
Yxy45.69170.28440.2264
Hunter Lab67.595633.2763-39.2755
CIE-Lab73.345037.5158-39.5317

#d59efd color RGB value is (213,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011110 11111101
Octal 325 236 375
Decimal 213 158 253
Hex D5 9E FD

RGB Percentages of Color #d59efd

%34.13
%25.32
%40.54

CMYK Percentages of Color #d59efd

%16
%38
%0
%1

Triadic Colors of #d59efd

#d59efd #fdd59e #9efdd5

Analogous Colors of #d59efd

#d59efd #fd9ef6 #a69efd

Monochromatic Colors of #d59efd

#d59efd

Complementary Color

#d59efd #c6fd9e

#d59efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59efd Color CSS Codes

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

#d59efd Text Font Color

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

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


#d59efd Background Color

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

This div background color is #d59efd


#d59efd Border Color

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

This div border color is #d59efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59efd


Comments

No comments written yet.

Please login to write comment.