Color Hex Logo

#eb434a Color Hex

#EB434A
(235,67,74)
0 Favorites   0 Comments

Color spaces of #eb434a

RGB 2356774
HSL0.990.810.59
HSV358°71°92°
CMYK 0.000.710.69   0.08
XYZ37.504122.17098.7813
Yxy22.17090.54790.3239
Hunter Lab47.086059.775221.9029
CIE-Lab54.207964.113034.6383

#eb434a color RGB value is (235,67,74).

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

The process color (four color CMYK) of #eb434a color hex is 0.00, 0.71, 0.69, 0.08. Web safe color of #eb434a is #ff3333. Color #eb434a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000011 01001010
Octal 353 103 112
Decimal 235 67 74
Hex EB 43 4A

RGB Percentages of Color #eb434a

%62.50
%17.82
%19.68

CMYK Percentages of Color #eb434a

%0
%71
%69
%8

Triadic Colors of #eb434a

#eb434a #4aeb43 #434aeb

Analogous Colors of #eb434a

#eb434a #eb9043 #eb439e

Monochromatic Colors of #eb434a

#eb434a

Complementary Color

#eb434a #43ebe4

#eb434a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb434a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb434a Color CSS Codes

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

#eb434a Text Font Color

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

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


#eb434a Background Color

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

This div background color is #eb434a


#eb434a Border Color

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

This div border color is #eb434a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb434a


Comments

No comments written yet.

Please login to write comment.