Color Hex Logo

#e83def Color Hex

#E83DEF
(232,61,239)
0 Favorites   0 Comments

Color spaces of #e83def

RGB 23261239
HSL0.830.850.59
HSV298°74°94°
CMYK 0.030.740.00   0.06
XYZ50.527426.725384.1568
Yxy26.72530.31300.1656
Hunter Lab51.696583.9943-60.3307
CIE-Lab58.719282.9760-54.7176

#e83def color RGB value is (232,61,239).

#e83def hex color red value is 232, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e83def hue: 0.83 , saturation: 0.85 and the lightness value of e83def is 0.59.

The process color (four color CMYK) of #e83def color hex is 0.03, 0.74, 0.00, 0.06. Web safe color of #e83def is #ff33ff. Color #e83def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111101 11101111
Octal 350 75 357
Decimal 232 61 239
Hex E8 3D EF

RGB Percentages of Color #e83def

%43.61
%11.47
%44.92

CMYK Percentages of Color #e83def

%3
%74
%0
%6

Triadic Colors of #e83def

#e83def #efe83d #3defe8

Analogous Colors of #e83def

#e83def #ef3d9d #8f3def

Monochromatic Colors of #e83def

#e83def

Complementary Color

#e83def #44ef3d

#e83def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83def Color CSS Codes

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

#e83def Text Font Color

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

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


#e83def Background Color

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

This div background color is #e83def


#e83def Border Color

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

This div border color is #e83def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83def


Comments

No comments written yet.

Please login to write comment.