Color Hex Logo

#d589eb Color Hex

#D589EB
(213,137,235)
0 Favorites   0 Comments

Color spaces of #d589eb

RGB 213137235
HSL0.800.710.73
HSV287°42°92°
CMYK 0.090.420.00   0.08
XYZ51.381638.035683.2308
Yxy38.03560.29760.2203
Hunter Lab61.673040.7858-36.8437
CIE-Lab68.046845.0404-37.9598

#d589eb color RGB value is (213,137,235).

#d589eb hex color red value is 213, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d589eb hue: 0.80 , saturation: 0.71 and the lightness value of d589eb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001001 11101011
Octal 325 211 353
Decimal 213 137 235
Hex D5 89 EB

RGB Percentages of Color #d589eb

%36.41
%23.42
%40.17

CMYK Percentages of Color #d589eb

%9
%42
%0
%8

Triadic Colors of #d589eb

#d589eb #ebd589 #89ebd5

Analogous Colors of #d589eb

#d589eb #eb89d0 #a489eb

Monochromatic Colors of #d589eb

#d589eb

Complementary Color

#d589eb #9feb89

#d589eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d589eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d589eb Color CSS Codes

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

#d589eb Text Font Color

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

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


#d589eb Background Color

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

This div background color is #d589eb


#d589eb Border Color

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

This div border color is #d589eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d589eb


Comments

No comments written yet.

Please login to write comment.