Color Hex Logo

#eb256c Color Hex

#EB256C
(235,37,108)
0 Favorites   0 Comments

Color spaces of #eb256c

RGB 23537108
HSL0.940.830.53
HSV338°84°92°
CMYK 0.000.840.54   0.08
XYZ37.629320.068016.0776
Yxy20.06800.51010.2720
Hunter Lab44.797371.542910.0792
CIE-Lab51.914074.408011.3829

#eb256c color RGB value is (235,37,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100101 01101100
Octal 353 45 154
Decimal 235 37 108
Hex EB 25 6C

RGB Percentages of Color #eb256c

%61.84
%9.74
%28.42

CMYK Percentages of Color #eb256c

%0
%84
%54
%8

Triadic Colors of #eb256c

#eb256c #6ceb25 #256ceb

Analogous Colors of #eb256c

#eb256c #eb4125 #eb25cf

Monochromatic Colors of #eb256c

#eb256c

Complementary Color

#eb256c #25eba4

#eb256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb256c Color CSS Codes

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

#eb256c Text Font Color

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

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


#eb256c Background Color

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

This div background color is #eb256c


#eb256c Border Color

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

This div border color is #eb256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb256c


Comments

No comments written yet.

Please login to write comment.