Color Hex Logo

#eb234e Color Hex

#EB234E
(235,35,78)
0 Favorites   0 Comments

Color spaces of #eb234e

RGB 2353578
HSL0.960.830.53
HSV347°85°92°
CMYK 0.000.850.67   0.08
XYZ36.237119.41439.0452
Yxy19.41430.56010.3001
Hunter Lab44.061769.693718.6718
CIE-Lab51.168473.036828.5408

#eb234e color RGB value is (235,35,78).

#eb234e hex color red value is 235, green value is 35 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #eb234e hue: 0.96 , saturation: 0.83 and the lightness value of eb234e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 01001110
Octal 353 43 116
Decimal 235 35 78
Hex EB 23 4E

RGB Percentages of Color #eb234e

%67.53
%10.06
%22.41

CMYK Percentages of Color #eb234e

%0
%85
%67
%8

Triadic Colors of #eb234e

#eb234e #4eeb23 #234eeb

Analogous Colors of #eb234e

#eb234e #eb5c23 #eb23b2

Monochromatic Colors of #eb234e

#eb234e

Complementary Color

#eb234e #23ebc0

#eb234e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb234e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb234e Color CSS Codes

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

#eb234e Text Font Color

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

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


#eb234e Background Color

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

This div background color is #eb234e


#eb234e Border Color

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

This div border color is #eb234e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb234e


Comments

No comments written yet.

Please login to write comment.