Color Hex Logo

#d982eb Color Hex

#D982EB
(217,130,235)
0 Favorites   0 Comments

Color spaces of #d982eb

RGB 217130235
HSL0.800.720.72
HSV290°45°92°
CMYK 0.080.450.00   0.08
XYZ51.593336.715182.9647
Yxy36.71510.30120.2144
Hunter Lab60.593045.9502-38.7655
CIE-Lab67.062749.8408-39.4614

#d982eb color RGB value is (217,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 11101011
Octal 331 202 353
Decimal 217 130 235
Hex D9 82 EB

RGB Percentages of Color #d982eb

%37.29
%22.34
%40.38

CMYK Percentages of Color #d982eb

%8
%45
%0
%8

Triadic Colors of #d982eb

#d982eb #ebd982 #82ebd9

Analogous Colors of #d982eb

#d982eb #eb82c9 #a582eb

Monochromatic Colors of #d982eb

#d982eb

Complementary Color

#d982eb #94eb82

#d982eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d982eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d982eb Color CSS Codes

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

#d982eb Text Font Color

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

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


#d982eb Background Color

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

This div background color is #d982eb


#d982eb Border Color

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

This div border color is #d982eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d982eb


Comments

No comments written yet.

Please login to write comment.