Color Hex Logo

#d59cfb Color Hex

#D59CFB
(213,156,251)
0 Favorites   0 Comments

Color spaces of #d59cfb

RGB 213156251
HSL0.770.920.80
HSV276°38°98°
CMYK 0.150.380.00   0.02
XYZ56.741644.888196.9404
Yxy44.88810.28580.2261
Hunter Lab66.998633.9255-38.8878
CIE-Lab72.818238.1718-39.2681

#d59cfb color RGB value is (213,156,251).

#d59cfb hex color red value is 213, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d59cfb hue: 0.77 , saturation: 0.92 and the lightness value of d59cfb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011100 11111011
Octal 325 234 373
Decimal 213 156 251
Hex D5 9C FB

RGB Percentages of Color #d59cfb

%34.35
%25.16
%40.48

CMYK Percentages of Color #d59cfb

%15
%38
%0
%2

Triadic Colors of #d59cfb

#d59cfb #fbd59c #9cfbd5

Analogous Colors of #d59cfb

#d59cfb #fb9cf2 #a69cfb

Monochromatic Colors of #d59cfb

#d59cfb

Complementary Color

#d59cfb #c2fb9c

#d59cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59cfb Color CSS Codes

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

#d59cfb Text Font Color

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

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


#d59cfb Background Color

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

This div background color is #d59cfb


#d59cfb Border Color

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

This div border color is #d59cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,156,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.