Color Hex Logo

#eb256e Color Hex

#EB256E
(235,37,110)
0 Favorites   0 Comments

Color spaces of #eb256e

RGB 23537110
HSL0.940.830.53
HSV338°84°92°
CMYK 0.000.840.53   0.08
XYZ37.737020.111116.6447
Yxy20.11110.50660.2700
Hunter Lab44.845471.72679.3859
CIE-Lab51.962674.548510.2381

#eb256e color RGB value is (235,37,110).

#eb256e hex color red value is 235, green value is 37 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #eb256e hue: 0.94 , saturation: 0.83 and the lightness value of eb256e is 0.53.

The process color (four color CMYK) of #eb256e color hex is 0.00, 0.84, 0.53, 0.08. Web safe color of #eb256e is #ff3366. Color #eb256e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100101 01101110
Octal 353 45 156
Decimal 235 37 110
Hex EB 25 6E

RGB Percentages of Color #eb256e

%61.52
%9.69
%28.80

CMYK Percentages of Color #eb256e

%0
%84
%53
%8

Triadic Colors of #eb256e

#eb256e #6eeb25 #256eeb

Analogous Colors of #eb256e

#eb256e #eb3f25 #eb25d1

Monochromatic Colors of #eb256e

#eb256e

Complementary Color

#eb256e #25eba2

#eb256e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb256e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb256e Color CSS Codes

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

#eb256e Text Font Color

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

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


#eb256e Background Color

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

This div background color is #eb256e


#eb256e Border Color

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

This div border color is #eb256e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,37,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb256e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb256e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb256e;
  box-shadow:         1px 1px 3px 2px #eb256e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,37,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb256e


Comments

No comments written yet.

Please login to write comment.