Color Hex Logo

#e134bb Color Hex

#E134BB
(225,52,187)
0 Favorites   0 Comments

Color spaces of #e134bb

RGB 22552187
HSL0.870.740.54
HSV313°77°88°
CMYK 0.000.770.17   0.12
XYZ41.249022.051449.0960
Yxy22.05140.36700.1962
Hunter Lab46.958974.6174-29.1170
CIE-Lab54.081576.4790-32.5345

#e134bb color RGB value is (225,52,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 10111011
Octal 341 64 273
Decimal 225 52 187
Hex E1 34 BB

RGB Percentages of Color #e134bb

%48.49
%11.21
%40.30

CMYK Percentages of Color #e134bb

%0
%77
%17
%12

Triadic Colors of #e134bb

#e134bb #bbe134 #34bbe1

Analogous Colors of #e134bb

#e134bb #e13465 #b134e1

Monochromatic Colors of #e134bb

#e134bb

Complementary Color

#e134bb #34e15a

#e134bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e134bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e134bb Color CSS Codes

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

#e134bb Text Font Color

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

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


#e134bb Background Color

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

This div background color is #e134bb


#e134bb Border Color

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

This div border color is #e134bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e134bb


Comments

No comments written yet.

Please login to write comment.