Color Hex Logo

#ea635b Color Hex

#EA635B
(234,99,91)
0 Favorites   0 Comments

Color spaces of #ea635b

RGB 2349991
HSL0.010.770.64
HSV61°92°
CMYK 0.000.580.61   0.08
XYZ40.281927.171413.0191
Yxy27.17140.50060.3376
Hunter Lab52.126246.719821.6800
CIE-Lab59.132651.725031.0086

#ea635b color RGB value is (234,99,91).

#ea635b hex color red value is 234, green value is 99 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ea635b hue: 0.01 , saturation: 0.77 and the lightness value of ea635b is 0.64.

The process color (four color CMYK) of #ea635b color hex is 0.00, 0.58, 0.61, 0.08. Web safe color of #ea635b is #ff6666. Color #ea635b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 01011011
Octal 352 143 133
Decimal 234 99 91
Hex EA 63 5B

RGB Percentages of Color #ea635b

%55.19
%23.35
%21.46

CMYK Percentages of Color #ea635b

%0
%58
%61
%8

Triadic Colors of #ea635b

#ea635b #5bea63 #635bea

Analogous Colors of #ea635b

#ea635b #eaab5b #ea5b9b

Monochromatic Colors of #ea635b

#ea635b

Complementary Color

#ea635b #5be2ea

#ea635b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea635b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea635b Color CSS Codes

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

#ea635b Text Font Color

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

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


#ea635b Background Color

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

This div background color is #ea635b


#ea635b Border Color

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

This div border color is #ea635b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea635b


Comments

No comments written yet.

Please login to write comment.