Color Hex Logo

#d584eb Color Hex

#D584EB
(213,132,235)
0 Favorites   0 Comments

Color spaces of #d584eb

RGB 213132235
HSL0.800.720.72
HSV287°44°92°
CMYK 0.090.440.00   0.08
XYZ50.687236.646882.9993
Yxy36.64680.29760.2151
Hunter Lab60.536643.5187-38.9145
CIE-Lab67.011247.6612-39.5757

#d584eb color RGB value is (213,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000100 11101011
Octal 325 204 353
Decimal 213 132 235
Hex D5 84 EB

RGB Percentages of Color #d584eb

%36.72
%22.76
%40.52

CMYK Percentages of Color #d584eb

%9
%44
%0
%8

Triadic Colors of #d584eb

#d584eb #ebd584 #84ebd5

Analogous Colors of #d584eb

#d584eb #eb84ce #a284eb

Monochromatic Colors of #d584eb

#d584eb

Complementary Color

#d584eb #9aeb84

#d584eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d584eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d584eb Color CSS Codes

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

#d584eb Text Font Color

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

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


#d584eb Background Color

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

This div background color is #d584eb


#d584eb Border Color

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

This div border color is #d584eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d584eb


Comments

No comments written yet.

Please login to write comment.