Color Hex Logo

#e83edc Color Hex

#E83EDC
(232,62,220)
0 Favorites   0 Comments

Color spaces of #e83edc

RGB 23262220
HSL0.850.790.58
HSV304°73°91°
CMYK 0.000.730.05   0.09
XYZ47.919625.768470.1583
Yxy25.76840.33310.1791
Hunter Lab50.762679.6685-46.4101
CIE-Lab57.816679.7749-45.4741

#e83edc color RGB value is (232,62,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111110 11011100
Octal 350 76 334
Decimal 232 62 220
Hex E8 3E DC

RGB Percentages of Color #e83edc

%45.14
%12.06
%42.80

CMYK Percentages of Color #e83edc

%0
%73
%5
%9

Triadic Colors of #e83edc

#e83edc #dce83e #3edce8

Analogous Colors of #e83edc

#e83edc #e83e87 #9f3ee8

Monochromatic Colors of #e83edc

#e83edc

Complementary Color

#e83edc #3ee84a

#e83edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83edc Color CSS Codes

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

#e83edc Text Font Color

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

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


#e83edc Background Color

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

This div background color is #e83edc


#e83edc Border Color

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

This div border color is #e83edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83edc


Comments

No comments written yet.

Please login to write comment.