Color Hex Logo

#d582eb Color Hex

#D582EB
(213,130,235)
0 Favorites   0 Comments

Color spaces of #d582eb

RGB 213130235
HSL0.800.720.72
HSV287°45°92°
CMYK 0.090.450.00   0.08
XYZ50.418636.109682.9098
Yxy36.10960.29760.2131
Hunter Lab60.091344.6078-39.7404
CIE-Lab66.603648.7006-40.2128

#d582eb color RGB value is (213,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 11101011
Octal 325 202 353
Decimal 213 130 235
Hex D5 82 EB

RGB Percentages of Color #d582eb

%36.85
%22.49
%40.66

CMYK Percentages of Color #d582eb

%9
%45
%0
%8

Triadic Colors of #d582eb

#d582eb #ebd582 #82ebd5

Analogous Colors of #d582eb

#d582eb #eb82cd #a182eb

Monochromatic Colors of #d582eb

#d582eb

Complementary Color

#d582eb #98eb82

#d582eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582eb Color CSS Codes

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

#d582eb Text Font Color

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

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


#d582eb Background Color

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

This div background color is #d582eb


#d582eb Border Color

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

This div border color is #d582eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582eb


Comments

No comments written yet.

Please login to write comment.