Color Hex Logo

#d83eee Color Hex

#D83EEE
(216,62,238)
0 Favorites   0 Comments

Color spaces of #d83eee

RGB 21662238
HSL0.810.840.59
HSV293°74°93°
CMYK 0.090.740.00   0.07
XYZ45.474124.217283.1666
Yxy24.21720.29750.1584
Hunter Lab49.211078.8263-65.7525
CIE-Lab56.304679.4039-58.1580

#d83eee color RGB value is (216,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111110 11101110
Octal 330 76 356
Decimal 216 62 238
Hex D8 3E EE

RGB Percentages of Color #d83eee

%41.86
%12.02
%46.12

CMYK Percentages of Color #d83eee

%9
%74
%0
%7

Triadic Colors of #d83eee

#d83eee #eed83e #3eeed8

Analogous Colors of #d83eee

#d83eee #ee3eac #803eee

Monochromatic Colors of #d83eee

#d83eee

Complementary Color

#d83eee #54ee3e

#d83eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83eee Color CSS Codes

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

#d83eee Text Font Color

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

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


#d83eee Background Color

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

This div background color is #d83eee


#d83eee Border Color

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

This div border color is #d83eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83eee


Comments

No comments written yet.

Please login to write comment.