Color Hex Logo

#ea635c Color Hex

#EA635C
(234,99,92)
0 Favorites   0 Comments

Color spaces of #ea635c

RGB 2349992
HSL0.010.770.64
HSV61°92°
CMYK 0.000.580.61   0.08
XYZ40.325327.188813.2478
Yxy27.18880.49930.3367
Hunter Lab52.142946.795021.4364
CIE-Lab59.148751.790730.4627

#ea635c color RGB value is (234,99,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 01011100
Octal 352 143 134
Decimal 234 99 92
Hex EA 63 5C

RGB Percentages of Color #ea635c

%55.06
%23.29
%21.65

CMYK Percentages of Color #ea635c

%0
%58
%61
%8

Triadic Colors of #ea635c

#ea635c #5cea63 #635cea

Analogous Colors of #ea635c

#ea635c #eaaa5c #ea5c9c

Monochromatic Colors of #ea635c

#ea635c

Complementary Color

#ea635c #5ce3ea

#ea635c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea635c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea635c Color CSS Codes

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

#ea635c Text Font Color

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

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


#ea635c Background Color

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

This div background color is #ea635c


#ea635c Border Color

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

This div border color is #ea635c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea635c


Comments

No comments written yet.

Please login to write comment.