Color Hex Logo

#e523f7 Color Hex

#E523F7
(229,35,247)
0 Favorites   0 Comments

Color spaces of #e523f7

RGB 22935247
HSL0.820.930.55
HSV295°86°97°
CMYK 0.070.860.00   0.03
XYZ49.702624.575590.1196
Yxy24.57550.30230.1495
Hunter Lab49.573792.2102-73.0812
CIE-Lab56.659589.6382-62.5053

#e523f7 color RGB value is (229,35,247).

#e523f7 hex color red value is 229, green value is 35 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #e523f7 hue: 0.82 , saturation: 0.93 and the lightness value of e523f7 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100011 11110111
Octal 345 43 367
Decimal 229 35 247
Hex E5 23 F7

RGB Percentages of Color #e523f7

%44.81
%6.85
%48.34

CMYK Percentages of Color #e523f7

%7
%86
%0
%3

Triadic Colors of #e523f7

#e523f7 #f7e523 #23f7e5

Analogous Colors of #e523f7

#e523f7 #f7239f #7b23f7

Monochromatic Colors of #e523f7

#e523f7

Complementary Color

#e523f7 #35f723

#e523f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e523f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e523f7 Color CSS Codes

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

#e523f7 Text Font Color

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

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


#e523f7 Background Color

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

This div background color is #e523f7


#e523f7 Border Color

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

This div border color is #e523f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e523f7


Comments

No comments written yet.

Please login to write comment.