Color Hex Logo

#e257ba Color Hex

#E257BA
(226,87,186)
0 Favorites   0 Comments

Color spaces of #e257ba

RGB 22687186
HSL0.880.710.61
HSV317°62°89°
CMYK 0.000.620.18   0.11
XYZ43.635226.530349.2754
Yxy26.53030.36530.2221
Hunter Lab51.507661.0800-20.6653
CIE-Lab58.537064.4374-25.0391

#e257ba color RGB value is (226,87,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010111 10111010
Octal 342 127 272
Decimal 226 87 186
Hex E2 57 BA

RGB Percentages of Color #e257ba

%45.29
%17.43
%37.27

CMYK Percentages of Color #e257ba

%0
%62
%18
%11

Triadic Colors of #e257ba

#e257ba #bae257 #57bae2

Analogous Colors of #e257ba

#e257ba #e25775 #c557e2

Monochromatic Colors of #e257ba

#e257ba

Complementary Color

#e257ba #57e27f

#e257ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e257ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e257ba Color CSS Codes

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

#e257ba Text Font Color

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

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


#e257ba Background Color

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

This div background color is #e257ba


#e257ba Border Color

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

This div border color is #e257ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e257ba


Comments

No comments written yet.

Please login to write comment.