Color Hex Logo

#eb4383 Color Hex

#EB4383
(235,67,131)
0 Favorites   0 Comments

Color spaces of #eb4383

RGB 23567131
HSL0.940.810.59
HSV337°71°92°
CMYK 0.000.710.44   0.08
XYZ40.364823.315223.8455
Yxy23.31520.46120.2664
Hunter Lab48.285864.71794.5203
CIE-Lab55.395568.09072.5425

#eb4383 color RGB value is (235,67,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000011 10000011
Octal 353 103 203
Decimal 235 67 131
Hex EB 43 83

RGB Percentages of Color #eb4383

%54.27
%15.47
%30.25

CMYK Percentages of Color #eb4383

%0
%71
%44
%8

Triadic Colors of #eb4383

#eb4383 #83eb43 #4383eb

Analogous Colors of #eb4383

#eb4383 #eb5743 #eb43d7

Monochromatic Colors of #eb4383

#eb4383

Complementary Color

#eb4383 #43ebab

#eb4383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4383 Color CSS Codes

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

#eb4383 Text Font Color

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

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


#eb4383 Background Color

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

This div background color is #eb4383


#eb4383 Border Color

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

This div border color is #eb4383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4383


Comments

No comments written yet.

Please login to write comment.