Color Hex Logo

#e522be Color Hex

#E522BE
(229,34,190)
0 Favorites   0 Comments

Color spaces of #e522be

RGB 22934190
HSL0.870.790.52
HSV312°85°90°
CMYK 0.000.850.17   0.10
XYZ42.179421.519850.6458
Yxy21.51980.36890.1882
Hunter Lab46.389481.1189-32.2574
CIE-Lab53.513881.7512-35.1104

#e522be color RGB value is (229,34,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 10111110
Octal 345 42 276
Decimal 229 34 190
Hex E5 22 BE

RGB Percentages of Color #e522be

%50.55
%7.51
%41.94

CMYK Percentages of Color #e522be

%0
%85
%17
%10

Triadic Colors of #e522be

#e522be #bee522 #22bee5

Analogous Colors of #e522be

#e522be #e5225d #ab22e5

Monochromatic Colors of #e522be

#e522be

Complementary Color

#e522be #22e549

#e522be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e522be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e522be Color CSS Codes

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

#e522be Text Font Color

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

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


#e522be Background Color

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

This div background color is #e522be


#e522be Border Color

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

This div border color is #e522be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e522be


Comments

No comments written yet.

Please login to write comment.