Color Hex Logo

#eb448a Color Hex

#EB448A
(235,68,138)
0 Favorites   0 Comments

Color spaces of #eb448a

RGB 23568138
HSL0.930.810.59
HSV335°71°92°
CMYK 0.000.710.41   0.08
XYZ40.915523.631426.4496
Yxy23.63140.44960.2597
Hunter Lab48.612165.16731.7691
CIE-Lab55.716868.4072-1.1412

#eb448a color RGB value is (235,68,138).

#eb448a hex color red value is 235, green value is 68 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eb448a hue: 0.93 , saturation: 0.81 and the lightness value of eb448a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000100 10001010
Octal 353 104 212
Decimal 235 68 138
Hex EB 44 8A

RGB Percentages of Color #eb448a

%53.29
%15.42
%31.29

CMYK Percentages of Color #eb448a

%0
%71
%41
%8

Triadic Colors of #eb448a

#eb448a #8aeb44 #448aeb

Analogous Colors of #eb448a

#eb448a #eb5144 #eb44de

Monochromatic Colors of #eb448a

#eb448a

Complementary Color

#eb448a #44eba5

#eb448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb448a Color CSS Codes

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

#eb448a Text Font Color

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

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


#eb448a Background Color

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

This div background color is #eb448a


#eb448a Border Color

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

This div border color is #eb448a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb448a


Comments

No comments written yet.

Please login to write comment.