Color Hex Logo

#d82ee5 Color Hex

#D82EE5
(216,46,229)
0 Favorites   0 Comments

Color spaces of #d82ee5

RGB 21646229
HSL0.820.780.54
HSV296°80°90°
CMYK 0.060.800.00   0.10
XYZ43.438822.210176.1262
Yxy22.21010.30640.1567
Hunter Lab47.127682.0551-62.7831
CIE-Lab54.249282.3397-56.3901

#d82ee5 color RGB value is (216,46,229).

#d82ee5 hex color red value is 216, green value is 46 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #d82ee5 hue: 0.82 , saturation: 0.78 and the lightness value of d82ee5 is 0.54.

The process color (four color CMYK) of #d82ee5 color hex is 0.06, 0.80, 0.00, 0.10. Web safe color of #d82ee5 is #cc33cc. Color #d82ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101110 11100101
Octal 330 56 345
Decimal 216 46 229
Hex D8 2E E5

RGB Percentages of Color #d82ee5

%43.99
%9.37
%46.64

CMYK Percentages of Color #d82ee5

%6
%80
%0
%10

Triadic Colors of #d82ee5

#d82ee5 #e5d82e #2ee5d8

Analogous Colors of #d82ee5

#d82ee5 #e52e97 #7d2ee5

Monochromatic Colors of #d82ee5

#d82ee5

Complementary Color

#d82ee5 #3be52e

#d82ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82ee5 Color CSS Codes

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

#d82ee5 Text Font Color

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

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


#d82ee5 Background Color

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

This div background color is #d82ee5


#d82ee5 Border Color

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

This div border color is #d82ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82ee5


Comments

No comments written yet.

Please login to write comment.