Color Hex Logo

#eb225b Color Hex

#EB225B
(235,34,91)
0 Favorites   0 Comments

Color spaces of #eb225b

RGB 2353491
HSL0.950.830.53
HSV343°86°92°
CMYK 0.000.860.61   0.08
XYZ36.721319.561611.7379
Yxy19.56160.53990.2876
Hunter Lab44.228570.802115.2248
CIE-Lab51.337973.914120.9137

#eb225b color RGB value is (235,34,91).

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

The process color (four color CMYK) of #eb225b color hex is 0.00, 0.86, 0.61, 0.08. Web safe color of #eb225b is #ff3366. Color #eb225b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100010 01011011
Octal 353 42 133
Decimal 235 34 91
Hex EB 22 5B

RGB Percentages of Color #eb225b

%65.28
%9.44
%25.28

CMYK Percentages of Color #eb225b

%0
%86
%61
%8

Triadic Colors of #eb225b

#eb225b #5beb22 #225beb

Analogous Colors of #eb225b

#eb225b #eb4d22 #eb22c0

Monochromatic Colors of #eb225b

#eb225b

Complementary Color

#eb225b #22ebb2

#eb225b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb225b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb225b Color CSS Codes

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

#eb225b Text Font Color

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

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


#eb225b Background Color

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

This div background color is #eb225b


#eb225b Border Color

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

This div border color is #eb225b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb225b


Comments

No comments written yet.

Please login to write comment.