Color Hex Logo

#e250ba Color Hex

#E250BA
(226,80,186)
0 Favorites   0 Comments

Color spaces of #e250ba

RGB 22680186
HSL0.880.720.60
HSV316°65°89°
CMYK 0.000.650.18   0.11
XYZ43.095625.451249.0956
Yxy25.45120.36630.2163
Hunter Lab50.449264.1954-22.3848
CIE-Lab57.512467.2572-26.6187

#e250ba color RGB value is (226,80,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 10111010
Octal 342 120 272
Decimal 226 80 186
Hex E2 50 BA

RGB Percentages of Color #e250ba

%45.93
%16.26
%37.80

CMYK Percentages of Color #e250ba

%0
%65
%18
%11

Triadic Colors of #e250ba

#e250ba #bae250 #50bae2

Analogous Colors of #e250ba

#e250ba #e25071 #c150e2

Monochromatic Colors of #e250ba

#e250ba

Complementary Color

#e250ba #50e278

#e250ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e250ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e250ba Color CSS Codes

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

#e250ba Text Font Color

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

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


#e250ba Background Color

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

This div background color is #e250ba


#e250ba Border Color

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

This div border color is #e250ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e250ba


Comments

No comments written yet.

Please login to write comment.