Color Hex Logo

#d82aee Color Hex

#D82AEE
(216,42,238)
0 Favorites   0 Comments

Color spaces of #d82aee

RGB 21642238
HSL0.810.850.55
HSV293°82°93°
CMYK 0.090.820.00   0.07
XYZ44.579522.427982.8683
Yxy22.42790.29740.1496
Hunter Lab47.358185.1503-70.5963
CIE-Lab54.478184.6953-61.0883

#d82aee color RGB value is (216,42,238).

#d82aee hex color red value is 216, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d82aee hue: 0.81 , saturation: 0.85 and the lightness value of d82aee is 0.55.

The process color (four color CMYK) of #d82aee color hex is 0.09, 0.82, 0.00, 0.07. Web safe color of #d82aee is #cc33ff. Color #d82aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101010 11101110
Octal 330 52 356
Decimal 216 42 238
Hex D8 2A EE

RGB Percentages of Color #d82aee

%43.55
%8.47
%47.98

CMYK Percentages of Color #d82aee

%9
%82
%0
%7

Triadic Colors of #d82aee

#d82aee #eed82a #2aeed8

Analogous Colors of #d82aee

#d82aee #ee2aa2 #762aee

Monochromatic Colors of #d82aee

#d82aee

Complementary Color

#d82aee #40ee2a

#d82aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82aee Color CSS Codes

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

#d82aee Text Font Color

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

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


#d82aee Background Color

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

This div background color is #d82aee


#d82aee Border Color

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

This div border color is #d82aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,42,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d82aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d82aee;
  -webkit-box-shadow: 1px 1px 3px 2px #d82aee;
  box-shadow:         1px 1px 3px 2px #d82aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,42,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82aee


Comments

No comments written yet.

Please login to write comment.