color codes Logo

#eb295a color codes

#EB295A
(235,41,90)
0 Favorites   0 Comments

Color spaces of #eb295a

RGB 2354190
HSL0.960.830.54
HSV345°83°92°
CMYK 0.000.830.62   0.08
XYZ36.899419.986211.5858
Yxy19.98620.53890.2919
Hunter Lab44.705969.095015.9288
CIE-Lab51.821672.416922.1607

#eb295a color RGB value is (235,41,90).

#eb295a hex color red value is 235, green value is 41 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eb295a hue: 0.96 , saturation: 0.83 and the lightness value of eb295a is 0.54.

The process color (four color CMYK) of #eb295a color code is 0.00, 0.83, 0.62, 0.08. Web safe color of #eb295a is #ff3366. Color #eb295a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 01011010
Octal 353 51 132
Decimal 235 41 90
Hex EB 29 5A

RGB Percentages of Color #eb295a

%64.21
%11.20
%24.59

CMYK Percentages of Color #eb295a

%0
%83
%62
%8

Triadic Colors of #eb295a

#eb295a #5aeb29 #295aeb

Analogous Colors of #eb295a

#eb295a #eb5929 #eb29bb

Monochromatic Colors of #eb295a

#eb295a

Complementary Color

#eb295a #29ebba

#eb295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb295a Color CSS Codes

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

#eb295a Text Font Color

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

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


#eb295a Background Color

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

This div background color is #eb295a


#eb295a Border Color

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

This div border color is #eb295a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb295a


Comments

No comments written yet.

Please login to write comment.