Color Hex Logo

#eb434b Color Hex

#EB434B
(235,67,75)
0 Favorites   0 Comments

Color spaces of #eb434b

RGB 2356775
HSL0.990.810.59
HSV357°71°92°
CMYK 0.000.710.68   0.08
XYZ37.538122.18458.9602
Yxy22.18450.54650.3230
Hunter Lab47.100459.835221.6912
CIE-Lab54.222264.161934.0801

#eb434b color RGB value is (235,67,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000011 01001011
Octal 353 103 113
Decimal 235 67 75
Hex EB 43 4B

RGB Percentages of Color #eb434b

%62.33
%17.77
%19.89

CMYK Percentages of Color #eb434b

%0
%71
%68
%8

Triadic Colors of #eb434b

#eb434b #4beb43 #434beb

Analogous Colors of #eb434b

#eb434b #eb8f43 #eb439f

Monochromatic Colors of #eb434b

#eb434b

Complementary Color

#eb434b #43ebe3

#eb434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb434b Color CSS Codes

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

#eb434b Text Font Color

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

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


#eb434b Background Color

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

This div background color is #eb434b


#eb434b Border Color

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

This div border color is #eb434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb434b


Comments

No comments written yet.

Please login to write comment.