Color Hex Logo

#e52fed Color Hex

#E52FED
(229,47,237)
0 Favorites   0 Comments

Color spaces of #e52fed

RGB 22947237
HSL0.830.840.56
HSV297°80°93°
CMYK 0.030.800.00   0.07
XYZ48.615724.805582.3464
Yxy24.80550.31210.1592
Hunter Lab49.805187.0782-63.1649
CIE-Lab56.885485.7062-56.5536

#e52fed color RGB value is (229,47,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101111 11101101
Octal 345 57 355
Decimal 229 47 237
Hex E5 2F ED

RGB Percentages of Color #e52fed

%44.64
%9.16
%46.20

CMYK Percentages of Color #e52fed

%3
%80
%0
%7

Triadic Colors of #e52fed

#e52fed #ede52f #2fede5

Analogous Colors of #e52fed

#e52fed #ed2f96 #862fed

Monochromatic Colors of #e52fed

#e52fed

Complementary Color

#e52fed #37ed2f

#e52fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52fed Color CSS Codes

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

#e52fed Text Font Color

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

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


#e52fed Background Color

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

This div background color is #e52fed


#e52fed Border Color

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

This div border color is #e52fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52fed


Comments

No comments written yet.

Please login to write comment.