Color Hex Logo

#eb014d Color Hex

#EB014D
(235,1,77)
0 Favorites   0 Comments

Color spaces of #eb014d

RGB 235177
HSL0.950.990.46
HSV341°100°92°
CMYK 0.001.000.67   0.08
XYZ35.611418.21978.6610
Yxy18.21970.56990.2916
Hunter Lab42.684574.223317.8488
CIE-Lab49.761577.002327.3685

#eb014d color RGB value is (235,1,77).

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

The process color (four color CMYK) of #eb014d color hex is 0.00, 1.00, 0.67, 0.08. Web safe color of #eb014d is #ff0066. Color #eb014d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000001 01001101
Octal 353 1 115
Decimal 235 1 77
Hex EB 1 4D

RGB Percentages of Color #eb014d

%75.08
%0.32
%24.60

CMYK Percentages of Color #eb014d

%0
%100
%67
%8

Triadic Colors of #eb014d

#eb014d #4deb01 #014deb

Analogous Colors of #eb014d

#eb014d #eb2a01 #eb01c2

Monochromatic Colors of #eb014d

#eb014d

Complementary Color

#eb014d #01eb9f

#eb014d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb014d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb014d Color CSS Codes

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

#eb014d Text Font Color

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

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


#eb014d Background Color

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

This div background color is #eb014d


#eb014d Border Color

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

This div border color is #eb014d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb014d


Comments

No comments written yet.

Please login to write comment.