Color Hex Logo

#d982ff Color Hex

#D982FF
(217,130,255)
2 Favorites   0 Comments

Color spaces of #d982ff

RGB 217130255
HSL0.781.000.75
HSV282°49°100°
CMYK 0.150.490.00   0.00
XYZ54.647937.937099.0500
Yxy37.93700.28520.1980
Hunter Lab61.593050.5849-52.2313
CIE-Lab67.974253.8078-49.0055

#d982ff color RGB value is (217,130,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 11111111
Octal 331 202 377
Decimal 217 130 255
Hex D9 82 FF

RGB Percentages of Color #d982ff

%36.05
%21.59
%42.36

CMYK Percentages of Color #d982ff

%15
%49
%0
%0

Triadic Colors of #d982ff

#d982ff #ffd982 #82ffd9

Analogous Colors of #d982ff

#d982ff #ff82e7 #9b82ff

Monochromatic Colors of #d982ff

#d982ff

Complementary Color

#d982ff #a8ff82

#d982ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d982ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d982ff Color CSS Codes

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

#d982ff Text Font Color

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

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


#d982ff Background Color

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

This div background color is #d982ff


#d982ff Border Color

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

This div border color is #d982ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d982ff

Related Colors


Comments

No comments written yet.

Please login to write comment.