Color Hex Logo

#ea846b Color Hex

#EA846B
(234,132,107)
0 Favorites   0 Comments

Color spaces of #ea846b

RGB 234132107
HSL0.030.750.67
HSV12°54°92°
CMYK 0.000.440.54   0.08
XYZ44.836835.056518.3133
Yxy35.05650.45660.3570
Hunter Lab59.208531.557623.1075
CIE-Lab65.792636.671830.6227

#ea846b color RGB value is (234,132,107).

#ea846b hex color red value is 234, green value is 132 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ea846b hue: 0.03 , saturation: 0.75 and the lightness value of ea846b is 0.67.

The process color (four color CMYK) of #ea846b color hex is 0.00, 0.44, 0.54, 0.08. Web safe color of #ea846b is #ff9966. Color #ea846b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000100 01101011
Octal 352 204 153
Decimal 234 132 107
Hex EA 84 6B

RGB Percentages of Color #ea846b

%49.47
%27.91
%22.62

CMYK Percentages of Color #ea846b

%0
%44
%54
%8

Triadic Colors of #ea846b

#ea846b #6bea84 #846bea

Analogous Colors of #ea846b

#ea846b #eac46b #ea6b92

Monochromatic Colors of #ea846b

#ea846b

Complementary Color

#ea846b #6bd1ea

#ea846b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea846b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea846b Color CSS Codes

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

#ea846b Text Font Color

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

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


#ea846b Background Color

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

This div background color is #ea846b


#ea846b Border Color

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

This div border color is #ea846b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea846b


Comments

No comments written yet.

Please login to write comment.