Color Hex Logo

#e83edd Color Hex

#E83EDD
(232,62,221)
0 Favorites   0 Comments

Color spaces of #e83edd

RGB 23262221
HSL0.840.790.58
HSV304°73°91°
CMYK 0.000.730.05   0.09
XYZ48.052525.821570.8580
Yxy25.82150.33200.1784
Hunter Lab50.814979.8705-47.1056
CIE-Lab57.867279.9241-45.9591

#e83edd color RGB value is (232,62,221).

#e83edd hex color red value is 232, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e83edd hue: 0.84 , saturation: 0.79 and the lightness value of e83edd is 0.58.

The process color (four color CMYK) of #e83edd color hex is 0.00, 0.73, 0.05, 0.09. Web safe color of #e83edd is #ff33cc. Color #e83edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111110 11011101
Octal 350 76 335
Decimal 232 62 221
Hex E8 3E DD

RGB Percentages of Color #e83edd

%45.05
%12.04
%42.91

CMYK Percentages of Color #e83edd

%0
%73
%5
%9

Triadic Colors of #e83edd

#e83edd #dde83e #3edde8

Analogous Colors of #e83edd

#e83edd #e83e88 #9e3ee8

Monochromatic Colors of #e83edd

#e83edd

Complementary Color

#e83edd #3ee849

#e83edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83edd Color CSS Codes

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

#e83edd Text Font Color

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

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


#e83edd Background Color

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

This div background color is #e83edd


#e83edd Border Color

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

This div border color is #e83edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,62,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83edd


Comments

No comments written yet.

Please login to write comment.