Color Hex Logo

#e135ba Color Hex

#E135BA
(225,53,186)
0 Favorites   0 Comments

Color spaces of #e135ba

RGB 22553186
HSL0.870.740.55
HSV314°76°88°
CMYK 0.000.760.17   0.12
XYZ41.187422.098948.5491
Yxy22.09890.36830.1976
Hunter Lab47.009574.1264-28.3252
CIE-Lab54.131876.0737-31.8762

#e135ba color RGB value is (225,53,186).

#e135ba hex color red value is 225, green value is 53 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e135ba hue: 0.87 , saturation: 0.74 and the lightness value of e135ba is 0.55.

The process color (four color CMYK) of #e135ba color hex is 0.00, 0.76, 0.17, 0.12. Web safe color of #e135ba is #cc33cc. Color #e135ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 10111010
Octal 341 65 272
Decimal 225 53 186
Hex E1 35 BA

RGB Percentages of Color #e135ba

%48.49
%11.42
%40.09

CMYK Percentages of Color #e135ba

%0
%76
%17
%12

Triadic Colors of #e135ba

#e135ba #bae135 #35bae1

Analogous Colors of #e135ba

#e135ba #e13564 #b235e1

Monochromatic Colors of #e135ba

#e135ba

Complementary Color

#e135ba #35e15c

#e135ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e135ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e135ba Color CSS Codes

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

#e135ba Text Font Color

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

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


#e135ba Background Color

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

This div background color is #e135ba


#e135ba Border Color

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

This div border color is #e135ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,53,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e135ba


Comments

No comments written yet.

Please login to write comment.