Color Hex Logo

#e126bb Color Hex

#E126BB
(225,38,187)
0 Favorites   0 Comments

Color spaces of #e126bb

RGB 22538187
HSL0.870.760.52
HSV312°83°88°
CMYK 0.000.830.17   0.12
XYZ40.714120.981648.9177
Yxy20.98160.36810.1897
Hunter Lab45.805778.4987-31.2542
CIE-Lab52.929479.8017-34.3351

#e126bb color RGB value is (225,38,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 10111011
Octal 341 46 273
Decimal 225 38 187
Hex E1 26 BB

RGB Percentages of Color #e126bb

%50.00
%8.44
%41.56

CMYK Percentages of Color #e126bb

%0
%83
%17
%12

Triadic Colors of #e126bb

#e126bb #bbe126 #26bbe1

Analogous Colors of #e126bb

#e126bb #e1265e #aa26e1

Monochromatic Colors of #e126bb

#e126bb

Complementary Color

#e126bb #26e14c

#e126bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e126bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e126bb Color CSS Codes

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

#e126bb Text Font Color

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

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


#e126bb Background Color

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

This div background color is #e126bb


#e126bb Border Color

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

This div border color is #e126bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e126bb


Comments

No comments written yet.

Please login to write comment.