Color Hex Logo

#e62def Color Hex

#E62DEF
(230,45,239)
0 Favorites   0 Comments

Color spaces of #e62def

RGB 23045239
HSL0.830.860.56
HSV297°81°94°
CMYK 0.040.810.00   0.06
XYZ49.151524.931883.8831
Yxy24.93180.31120.1578
Hunter Lab49.931888.3301-64.6523
CIE-Lab57.008986.6375-57.4672

#e62def color RGB value is (230,45,239).

#e62def hex color red value is 230, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e62def hue: 0.83 , saturation: 0.86 and the lightness value of e62def is 0.56.

The process color (four color CMYK) of #e62def color hex is 0.04, 0.81, 0.00, 0.06. Web safe color of #e62def is #ff33ff. Color #e62def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101101 11101111
Octal 346 55 357
Decimal 230 45 239
Hex E6 2D EF

RGB Percentages of Color #e62def

%44.75
%8.75
%46.50

CMYK Percentages of Color #e62def

%4
%81
%0
%6

Triadic Colors of #e62def

#e62def #efe62d #2defe6

Analogous Colors of #e62def

#e62def #ef2d97 #852def

Monochromatic Colors of #e62def

#e62def

Complementary Color

#e62def #36ef2d

#e62def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62def Color CSS Codes

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

#e62def Text Font Color

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

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


#e62def Background Color

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

This div background color is #e62def


#e62def Border Color

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

This div border color is #e62def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62def


Comments

No comments written yet.

Please login to write comment.