Color Hex Logo

#e538af Color Hex

#E538AF
(229,56,175)
0 Favorites   0 Comments

Color spaces of #e538af

RGB 22956175
HSL0.890.770.56
HSV319°76°90°
CMYK 0.000.760.24   0.10
XYZ41.465122.581542.7307
Yxy22.58150.38830.2115
Hunter Lab47.520072.5959-20.0505
CIE-Lab54.638674.7375-24.6370

#e538af color RGB value is (229,56,175).

#e538af hex color red value is 229, green value is 56 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e538af hue: 0.89 , saturation: 0.77 and the lightness value of e538af is 0.56.

The process color (four color CMYK) of #e538af color hex is 0.00, 0.76, 0.24, 0.10. Web safe color of #e538af is #cc3399. Color #e538af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111000 10101111
Octal 345 70 257
Decimal 229 56 175
Hex E5 38 AF

RGB Percentages of Color #e538af

%49.78
%12.17
%38.04

CMYK Percentages of Color #e538af

%0
%76
%24
%10

Triadic Colors of #e538af

#e538af #afe538 #38afe5

Analogous Colors of #e538af

#e538af #e53858 #c538e5

Monochromatic Colors of #e538af

#e538af

Complementary Color

#e538af #38e56e

#e538af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e538af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e538af Color CSS Codes

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

#e538af Text Font Color

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

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


#e538af Background Color

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

This div background color is #e538af


#e538af Border Color

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

This div border color is #e538af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e538af


Comments

No comments written yet.

Please login to write comment.