Color Hex Logo

#e122be Color Hex

#E122BE
(225,34,190)
0 Favorites   0 Comments

Color spaces of #e122be

RGB 22534190
HSL0.860.760.51
HSV311°85°88°
CMYK 0.000.850.16   0.12
XYZ40.917620.869350.5868
Yxy20.86930.36410.1857
Hunter Lab45.682979.9350-33.6765
CIE-Lab52.806280.9597-36.2702

#e122be color RGB value is (225,34,190).

#e122be hex color red value is 225, green value is 34 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e122be hue: 0.86 , saturation: 0.76 and the lightness value of e122be is 0.51.

The process color (four color CMYK) of #e122be color hex is 0.00, 0.85, 0.16, 0.12. Web safe color of #e122be is #cc33cc. Color #e122be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 10111110
Octal 341 42 276
Decimal 225 34 190
Hex E1 22 BE

RGB Percentages of Color #e122be

%50.11
%7.57
%42.32

CMYK Percentages of Color #e122be

%0
%85
%16
%12

Triadic Colors of #e122be

#e122be #bee122 #22bee1

Analogous Colors of #e122be

#e122be #e1225f #a522e1

Monochromatic Colors of #e122be

#e122be

Complementary Color

#e122be #22e145

#e122be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e122be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e122be Color CSS Codes

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

#e122be Text Font Color

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

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


#e122be Background Color

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

This div background color is #e122be


#e122be Border Color

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

This div border color is #e122be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e122be


Comments

No comments written yet.

Please login to write comment.