Color Hex Logo

#d59fff Color Hex

#D59FFF
(213,159,255)
0 Favorites   0 Comments

Color spaces of #d59fff

RGB 213159255
HSL0.761.000.81
HSV274°38°100°
CMYK 0.160.380.00   0.00
XYZ57.888746.1624100.4669
Yxy46.16240.28300.2257
Hunter Lab67.942933.1854-40.1118
CIE-Lab73.650837.4010-40.1379

#d59fff color RGB value is (213,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011111 11111111
Octal 325 237 377
Decimal 213 159 255
Hex D5 9F FF

RGB Percentages of Color #d59fff

%33.97
%25.36
%40.67

CMYK Percentages of Color #d59fff

%16
%38
%0
%0

Triadic Colors of #d59fff

#d59fff #ffd59f #9fffd5

Analogous Colors of #d59fff

#d59fff #ff9ff9 #a59fff

Monochromatic Colors of #d59fff

#d59fff

Complementary Color

#d59fff #c9ff9f

#d59fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59fff Color CSS Codes

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

#d59fff Text Font Color

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

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


#d59fff Background Color

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

This div background color is #d59fff


#d59fff Border Color

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

This div border color is #d59fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59fff


Comments

No comments written yet.

Please login to write comment.