Color Hex Logo

#e155be Color Hex

#E155BE
(225,85,190)
0 Favorites   0 Comments

Color spaces of #e155be

RGB 22585190
HSL0.880.700.61
HSV315°62°88°
CMYK 0.000.620.16   0.12
XYZ43.594126.222351.4789
Yxy26.22230.35940.2162
Hunter Lab51.207762.3469-23.7586
CIE-Lab58.247565.5644-27.7939

#e155be color RGB value is (225,85,190).

#e155be hex color red value is 225, green value is 85 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e155be hue: 0.88 , saturation: 0.70 and the lightness value of e155be is 0.61.

The process color (four color CMYK) of #e155be color hex is 0.00, 0.62, 0.16, 0.12. Web safe color of #e155be is #cc66cc. Color #e155be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 10111110
Octal 341 125 276
Decimal 225 85 190
Hex E1 55 BE

RGB Percentages of Color #e155be

%45.00
%17.00
%38.00

CMYK Percentages of Color #e155be

%0
%62
%16
%12

Triadic Colors of #e155be

#e155be #bee155 #55bee1

Analogous Colors of #e155be

#e155be #e15578 #be55e1

Monochromatic Colors of #e155be

#e155be

Complementary Color

#e155be #55e178

#e155be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e155be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e155be Color CSS Codes

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

#e155be Text Font Color

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

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


#e155be Background Color

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

This div background color is #e155be


#e155be Border Color

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

This div border color is #e155be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e155be


Comments

No comments written yet.

Please login to write comment.