Color Hex Logo

#e524be Color Hex

#E524BE
(229,36,190)
0 Favorites   0 Comments

Color spaces of #e524be

RGB 22936190
HSL0.870.790.52
HSV312°84°90°
CMYK 0.000.840.17   0.10
XYZ42.238221.637550.6654
Yxy21.63750.36880.1889
Hunter Lab46.516180.6808-32.0174
CIE-Lab53.640381.3831-34.9123

#e524be color RGB value is (229,36,190).

#e524be hex color red value is 229, green value is 36 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e524be hue: 0.87 , saturation: 0.79 and the lightness value of e524be is 0.52.

The process color (four color CMYK) of #e524be color hex is 0.00, 0.84, 0.17, 0.10. Web safe color of #e524be is #cc33cc. Color #e524be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100100 10111110
Octal 345 44 276
Decimal 229 36 190
Hex E5 24 BE

RGB Percentages of Color #e524be

%50.33
%7.91
%41.76

CMYK Percentages of Color #e524be

%0
%84
%17
%10

Triadic Colors of #e524be

#e524be #bee524 #24bee5

Analogous Colors of #e524be

#e524be #e5245d #ac24e5

Monochromatic Colors of #e524be

#e524be

Complementary Color

#e524be #24e54b

#e524be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e524be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e524be Color CSS Codes

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

#e524be Text Font Color

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

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


#e524be Background Color

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

This div background color is #e524be


#e524be Border Color

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

This div border color is #e524be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e524be


Comments

No comments written yet.

Please login to write comment.