Color Hex Logo

#eb7874 Color Hex

#EB7874
(235,120,116)
0 Favorites   0 Comments

Color spaces of #eb7874

RGB 235120116
HSL0.010.750.69
HSV51°92°
CMYK 0.000.490.51   0.08
XYZ44.129832.356120.4424
Yxy32.35610.45530.3338
Hunter Lab56.882438.937418.5101
CIE-Lab63.636143.910422.7821

#eb7874 color RGB value is (235,120,116).

#eb7874 hex color red value is 235, green value is 120 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eb7874 hue: 0.01 , saturation: 0.75 and the lightness value of eb7874 is 0.69.

The process color (four color CMYK) of #eb7874 color hex is 0.00, 0.49, 0.51, 0.08. Web safe color of #eb7874 is #ff6666. Color #eb7874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 01110100
Octal 353 170 164
Decimal 235 120 116
Hex EB 78 74

RGB Percentages of Color #eb7874

%49.89
%25.48
%24.63

CMYK Percentages of Color #eb7874

%0
%49
%51
%8

Triadic Colors of #eb7874

#eb7874 #74eb78 #7874eb

Analogous Colors of #eb7874

#eb7874 #ebb474 #eb74ac

Monochromatic Colors of #eb7874

#eb7874

Complementary Color

#eb7874 #74e7eb

#eb7874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7874 Color CSS Codes

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

#eb7874 Text Font Color

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

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


#eb7874 Background Color

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

This div background color is #eb7874


#eb7874 Border Color

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

This div border color is #eb7874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7874


Comments

No comments written yet.

Please login to write comment.