Color Hex Logo

#ea8385 Color Hex

#EA8385
(234,131,133)
0 Favorites   0 Comments

Color spaces of #ea8385

RGB 234131133
HSL1.000.710.72
HSV359°44°92°
CMYK 0.000.440.43   0.08
XYZ46.281635.418526.5874
Yxy35.41850.42740.3271
Hunter Lab59.513434.664915.1718
CIE-Lab66.073239.599016.4983

#ea8385 color RGB value is (234,131,133).

#ea8385 hex color red value is 234, green value is 131 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ea8385 hue: 1.00 , saturation: 0.71 and the lightness value of ea8385 is 0.72.

The process color (four color CMYK) of #ea8385 color hex is 0.00, 0.44, 0.43, 0.08. Web safe color of #ea8385 is #ff9999. Color #ea8385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 10000101
Octal 352 203 205
Decimal 234 131 133
Hex EA 83 85

RGB Percentages of Color #ea8385

%46.99
%26.31
%26.71

CMYK Percentages of Color #ea8385

%0
%44
%43
%8

Triadic Colors of #ea8385

#ea8385 #85ea83 #8385ea

Analogous Colors of #ea8385

#ea8385 #eab583 #ea83b9

Monochromatic Colors of #ea8385

#ea8385

Complementary Color

#ea8385 #83eae8

#ea8385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8385 Color CSS Codes

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

#ea8385 Text Font Color

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

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


#ea8385 Background Color

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

This div background color is #ea8385


#ea8385 Border Color

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

This div border color is #ea8385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8385


Comments

No comments written yet.

Please login to write comment.