Color Hex Logo

#d582ff Color Hex

#D582FF
(213,130,255)
0 Favorites   0 Comments

Color spaces of #d582ff

RGB 213130255
HSL0.781.000.75
HSV280°49°100°
CMYK 0.160.490.00   0.00
XYZ53.473237.331498.9951
Yxy37.33140.28170.1967
Hunter Lab61.099449.2962-53.2938
CIE-Lab67.524952.7435-49.7443

#d582ff color RGB value is (213,130,255).

#d582ff hex color red value is 213, green value is 130 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d582ff hue: 0.78 , saturation: 1.00 and the lightness value of d582ff is 0.75.

The process color (four color CMYK) of #d582ff color hex is 0.16, 0.49, 0.00, 0.00. Web safe color of #d582ff is #cc99ff. Color #d582ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 11111111
Octal 325 202 377
Decimal 213 130 255
Hex D5 82 FF

RGB Percentages of Color #d582ff

%35.62
%21.74
%42.64

CMYK Percentages of Color #d582ff

%16
%49
%0
%0

Triadic Colors of #d582ff

#d582ff #ffd582 #82ffd5

Analogous Colors of #d582ff

#d582ff #ff82eb #9782ff

Monochromatic Colors of #d582ff

#d582ff

Complementary Color

#d582ff #acff82

#d582ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582ff Color CSS Codes

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

#d582ff Text Font Color

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

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


#d582ff Background Color

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

This div background color is #d582ff


#d582ff Border Color

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

This div border color is #d582ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582ff

Related Colors


Comments

No comments written yet.

Please login to write comment.