Color Hex Logo

#eb254d Color Hex

#EB254D
(235,37,77)
0 Favorites   0 Comments

Color spaces of #eb254d

RGB 2353777
HSL0.970.830.53
HSV348°84°92°
CMYK 0.000.840.67   0.08
XYZ36.262119.52118.8779
Yxy19.52110.56080.3019
Hunter Lab44.182769.180819.0144
CIE-Lab51.291472.590229.2941

#eb254d color RGB value is (235,37,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100101 01001101
Octal 353 45 115
Decimal 235 37 77
Hex EB 25 4D

RGB Percentages of Color #eb254d

%67.34
%10.60
%22.06

CMYK Percentages of Color #eb254d

%0
%84
%67
%8

Triadic Colors of #eb254d

#eb254d #4deb25 #254deb

Analogous Colors of #eb254d

#eb254d #eb6025 #eb25b0

Monochromatic Colors of #eb254d

#eb254d

Complementary Color

#eb254d #25ebc3

#eb254d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb254d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb254d Color CSS Codes

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

#eb254d Text Font Color

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

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


#eb254d Background Color

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

This div background color is #eb254d


#eb254d Border Color

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

This div border color is #eb254d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb254d


Comments

No comments written yet.

Please login to write comment.