Color Hex Logo

#eb077d Color Hex

#EB077D
(235,7,125)
0 Favorites   0 Comments

Color spaces of #eb077d

RGB 2357125
HSL0.910.940.47
HSV329°97°92°
CMYK 0.000.970.47   0.08
XYZ38.038619.294821.1214
Yxy19.29480.48480.2459
Hunter Lab43.925877.70602.2390
CIE-Lab51.030379.5432-0.2062

#eb077d color RGB value is (235,7,125).

#eb077d hex color red value is 235, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb077d hue: 0.91 , saturation: 0.94 and the lightness value of eb077d is 0.47.

The process color (four color CMYK) of #eb077d color hex is 0.00, 0.97, 0.47, 0.08. Web safe color of #eb077d is #ff0066. Color #eb077d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 01111101
Octal 353 7 175
Decimal 235 7 125
Hex EB 7 7D

RGB Percentages of Color #eb077d

%64.03
%1.91
%34.06

CMYK Percentages of Color #eb077d

%0
%97
%47
%8

Triadic Colors of #eb077d

#eb077d #7deb07 #077deb

Analogous Colors of #eb077d

#eb077d #eb070b #e707eb

Monochromatic Colors of #eb077d

#eb077d

Complementary Color

#eb077d #07eb75

#eb077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb077d Color CSS Codes

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

#eb077d Text Font Color

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

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


#eb077d Background Color

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

This div background color is #eb077d


#eb077d Border Color

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

This div border color is #eb077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb077d


Comments

No comments written yet.

Please login to write comment.