Color Hex Logo

#e53fed Color Hex

#E53FED
(229,63,237)
0 Favorites   0 Comments

Color spaces of #e53fed

RGB 22963237
HSL0.830.830.59
HSV297°73°93°
CMYK 0.030.730.00   0.07
XYZ49.376726.327582.6000
Yxy26.32750.31190.1663
Hunter Lab51.310381.9801-59.5285
CIE-Lab58.346681.4835-54.2211

#e53fed color RGB value is (229,63,237).

#e53fed hex color red value is 229, green value is 63 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e53fed hue: 0.83 , saturation: 0.83 and the lightness value of e53fed is 0.59.

The process color (four color CMYK) of #e53fed color hex is 0.03, 0.73, 0.00, 0.07. Web safe color of #e53fed is #cc33ff. Color #e53fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111111 11101101
Octal 345 77 355
Decimal 229 63 237
Hex E5 3F ED

RGB Percentages of Color #e53fed

%43.29
%11.91
%44.80

CMYK Percentages of Color #e53fed

%3
%73
%0
%7

Triadic Colors of #e53fed

#e53fed #ede53f #3fede5

Analogous Colors of #e53fed

#e53fed #ed3f9e #8e3fed

Monochromatic Colors of #e53fed

#e53fed

Complementary Color

#e53fed #47ed3f

#e53fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53fed Color CSS Codes

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

#e53fed Text Font Color

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

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


#e53fed Background Color

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

This div background color is #e53fed


#e53fed Border Color

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

This div border color is #e53fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,63,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e53fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e53fed;
  -webkit-box-shadow: 1px 1px 3px 2px #e53fed;
  box-shadow:         1px 1px 3px 2px #e53fed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,63,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53fed


Comments

No comments written yet.

Please login to write comment.