Color Hex Logo

#eb228b Color Hex

#EB228B
(235,34,139)
0 Favorites   0 Comments

Color spaces of #eb228b

RGB 23534139
HSL0.910.830.53
HSV329°86°92°
CMYK 0.000.860.41   0.08
XYZ39.493220.670326.3343
Yxy20.67030.45660.2390
Hunter Lab45.464675.4924-2.5171
CIE-Lab52.586877.4726-6.3563

#eb228b color RGB value is (235,34,139).

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

The process color (four color CMYK) of #eb228b color hex is 0.00, 0.86, 0.41, 0.08. Web safe color of #eb228b is #ff3399. Color #eb228b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100010 10001011
Octal 353 42 213
Decimal 235 34 139
Hex EB 22 8B

RGB Percentages of Color #eb228b

%57.60
%8.33
%34.07

CMYK Percentages of Color #eb228b

%0
%86
%41
%8

Triadic Colors of #eb228b

#eb228b #8beb22 #228beb

Analogous Colors of #eb228b

#eb228b #eb2227 #e722eb

Monochromatic Colors of #eb228b

#eb228b

Complementary Color

#eb228b #22eb82

#eb228b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb228b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb228b Color CSS Codes

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

#eb228b Text Font Color

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

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


#eb228b Background Color

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

This div background color is #eb228b


#eb228b Border Color

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

This div border color is #eb228b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb228b


Comments

No comments written yet.

Please login to write comment.