Color Hex Logo

#eb234d Color Hex

#EB234D
(235,35,77)
0 Favorites   0 Comments

Color spaces of #eb234d

RGB 2353577
HSL0.970.830.53
HSV347°85°92°
CMYK 0.000.850.67   0.08
XYZ36.201519.40018.8577
Yxy19.40010.56160.3010
Hunter Lab44.045569.631318.9085
CIE-Lab51.152172.988629.1198

#eb234d color RGB value is (235,35,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 01001101
Octal 353 43 115
Decimal 235 35 77
Hex EB 23 4D

RGB Percentages of Color #eb234d

%67.72
%10.09
%22.19

CMYK Percentages of Color #eb234d

%0
%85
%67
%8

Triadic Colors of #eb234d

#eb234d #4deb23 #234deb

Analogous Colors of #eb234d

#eb234d #eb5d23 #eb23b1

Monochromatic Colors of #eb234d

#eb234d

Complementary Color

#eb234d #23ebc1

#eb234d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb234d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb234d Color CSS Codes

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

#eb234d Text Font Color

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

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


#eb234d Background Color

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

This div background color is #eb234d


#eb234d Border Color

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

This div border color is #eb234d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,35,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 #eb234d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb234d


Comments

No comments written yet.

Please login to write comment.