Color Hex Logo

#ea7975 Color Hex

#EA7975
(234,121,117)
0 Favorites   0 Comments

Color spaces of #ea7975

RGB 234121117
HSL0.010.740.69
HSV50°92°
CMYK 0.000.480.50   0.08
XYZ43.979932.451520.7754
Yxy32.45150.45240.3338
Hunter Lab56.966238.117318.2535
CIE-Lab63.714343.134522.2984

#ea7975 color RGB value is (234,121,117).

#ea7975 hex color red value is 234, green value is 121 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ea7975 hue: 0.01 , saturation: 0.74 and the lightness value of ea7975 is 0.69.

The process color (four color CMYK) of #ea7975 color hex is 0.00, 0.48, 0.50, 0.08. Web safe color of #ea7975 is #ff6666. Color #ea7975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 01110101
Octal 352 171 165
Decimal 234 121 117
Hex EA 79 75

RGB Percentages of Color #ea7975

%49.58
%25.64
%24.79

CMYK Percentages of Color #ea7975

%0
%48
%50
%8

Triadic Colors of #ea7975

#ea7975 #75ea79 #7975ea

Analogous Colors of #ea7975

#ea7975 #eab475 #ea75ac

Monochromatic Colors of #ea7975

#ea7975

Complementary Color

#ea7975 #75e6ea

#ea7975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7975 Color CSS Codes

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

#ea7975 Text Font Color

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

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


#ea7975 Background Color

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

This div background color is #ea7975


#ea7975 Border Color

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

This div border color is #ea7975


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,121,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea7975; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea7975;
  -webkit-box-shadow: 1px 1px 3px 2px #ea7975;
  box-shadow:         1px 1px 3px 2px #ea7975; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,121,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7975


Comments

No comments written yet.

Please login to write comment.