Color Hex Logo

#d59fea Color Hex

#D59FEA
(213,159,234)
0 Favorites   0 Comments

Color spaces of #d59fea

RGB 213159234
HSL0.790.640.77
HSV283°32°92°
CMYK 0.090.320.00   0.08
XYZ54.690044.882983.6227
Yxy44.88290.29850.2450
Hunter Lab66.994728.4748-27.1094
CIE-Lab72.814733.0501-30.0259

#d59fea color RGB value is (213,159,234).

#d59fea hex color red value is 213, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d59fea hue: 0.79 , saturation: 0.64 and the lightness value of d59fea is 0.77.

The process color (four color CMYK) of #d59fea color hex is 0.09, 0.32, 0.00, 0.08. Web safe color of #d59fea is #cc99ff. Color #d59fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011111 11101010
Octal 325 237 352
Decimal 213 159 234
Hex D5 9F EA

RGB Percentages of Color #d59fea

%35.15
%26.24
%38.61

CMYK Percentages of Color #d59fea

%9
%32
%0
%8

Triadic Colors of #d59fea

#d59fea #ead59f #9fead5

Analogous Colors of #d59fea

#d59fea #ea9fda #b09fea

Monochromatic Colors of #d59fea

#d59fea

Complementary Color

#d59fea #b4ea9f

#d59fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59fea Color CSS Codes

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

#d59fea Text Font Color

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

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


#d59fea Background Color

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

This div background color is #d59fea


#d59fea Border Color

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

This div border color is #d59fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59fea


Comments

No comments written yet.

Please login to write comment.