Color Hex Logo

#eb434d Color Hex

#EB434D
(235,67,77)
0 Favorites   0 Comments

Color spaces of #eb434d

RGB 2356777
HSL0.990.810.59
HSV356°71°92°
CMYK 0.000.710.67   0.08
XYZ37.607722.21239.3264
Yxy22.21230.54390.3212
Hunter Lab47.129959.958121.2582
CIE-Lab54.251564.262132.9614

#eb434d color RGB value is (235,67,77).

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

The process color (four color CMYK) of #eb434d color hex is 0.00, 0.71, 0.67, 0.08. Web safe color of #eb434d is #ff3366. Color #eb434d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000011 01001101
Octal 353 103 115
Decimal 235 67 77
Hex EB 43 4D

RGB Percentages of Color #eb434d

%62.01
%17.68
%20.32

CMYK Percentages of Color #eb434d

%0
%71
%67
%8

Triadic Colors of #eb434d

#eb434d #4deb43 #434deb

Analogous Colors of #eb434d

#eb434d #eb8d43 #eb43a1

Monochromatic Colors of #eb434d

#eb434d

Complementary Color

#eb434d #43ebe1

#eb434d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb434d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb434d Color CSS Codes

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

#eb434d Text Font Color

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

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


#eb434d Background Color

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

This div background color is #eb434d


#eb434d Border Color

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

This div border color is #eb434d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb434d


Comments

No comments written yet.

Please login to write comment.