Color Hex Logo

#e225be Color Hex

#E225BE
(226,37,190)
0 Favorites   0 Comments

Color spaces of #e225be

RGB 22637190
HSL0.870.770.52
HSV311°84°89°
CMYK 0.000.840.16   0.11
XYZ41.319921.209650.6313
Yxy21.20960.36510.1874
Hunter Lab46.053979.5573-32.9453
CIE-Lab53.178180.5896-35.6743

#e225be color RGB value is (226,37,190).

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

The process color (four color CMYK) of #e225be color hex is 0.00, 0.84, 0.16, 0.11. Web safe color of #e225be is #cc33cc. Color #e225be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100101 10111110
Octal 342 45 276
Decimal 226 37 190
Hex E2 25 BE

RGB Percentages of Color #e225be

%49.89
%8.17
%41.94

CMYK Percentages of Color #e225be

%0
%84
%16
%11

Triadic Colors of #e225be

#e225be #bee225 #25bee2

Analogous Colors of #e225be

#e225be #e22560 #a825e2

Monochromatic Colors of #e225be

#e225be

Complementary Color

#e225be #25e249

#e225be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e225be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e225be Color CSS Codes

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

#e225be Text Font Color

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

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


#e225be Background Color

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

This div background color is #e225be


#e225be Border Color

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

This div border color is #e225be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e225be


Comments

No comments written yet.

Please login to write comment.