Color Hex Logo

#e250bb Color Hex

#E250BB
(226,80,187)
0 Favorites   0 Comments

Color spaces of #e250bb

RGB 22680187
HSL0.880.720.60
HSV316°65°89°
CMYK 0.000.650.17   0.11
XYZ43.202325.493949.6575
Yxy25.49390.36500.2154
Hunter Lab50.491564.3708-22.9666
CIE-Lab57.553567.3969-27.1307

#e250bb color RGB value is (226,80,187).

#e250bb hex color red value is 226, green value is 80 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e250bb hue: 0.88 , saturation: 0.72 and the lightness value of e250bb is 0.60.

The process color (four color CMYK) of #e250bb color hex is 0.00, 0.65, 0.17, 0.11. Web safe color of #e250bb is #cc66cc. Color #e250bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 10111011
Octal 342 120 273
Decimal 226 80 187
Hex E2 50 BB

RGB Percentages of Color #e250bb

%45.84
%16.23
%37.93

CMYK Percentages of Color #e250bb

%0
%65
%17
%11

Triadic Colors of #e250bb

#e250bb #bbe250 #50bbe2

Analogous Colors of #e250bb

#e250bb #e25072 #c050e2

Monochromatic Colors of #e250bb

#e250bb

Complementary Color

#e250bb #50e277

#e250bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e250bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e250bb Color CSS Codes

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

#e250bb Text Font Color

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

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


#e250bb Background Color

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

This div background color is #e250bb


#e250bb Border Color

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

This div border color is #e250bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e250bb


Comments

No comments written yet.

Please login to write comment.