Color Hex Logo

#ea263d Color Hex

#EA263D
(234,38,61)
0 Favorites   0 Comments

Color spaces of #ea263d

RGB 2343861
HSL0.980.820.53
HSV353°84°92°
CMYK 0.000.840.74   0.08
XYZ35.467119.21566.2545
Yxy19.21560.58200.3153
Hunter Lab43.835667.710922.2254
CIE-Lab50.938571.441538.2426

#ea263d color RGB value is (234,38,61).

#ea263d hex color red value is 234, green value is 38 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ea263d hue: 0.98 , saturation: 0.82 and the lightness value of ea263d is 0.53.

The process color (four color CMYK) of #ea263d color hex is 0.00, 0.84, 0.74, 0.08. Web safe color of #ea263d is #ff3333. Color #ea263d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100110 00111101
Octal 352 46 75
Decimal 234 38 61
Hex EA 26 3D

RGB Percentages of Color #ea263d

%70.27
%11.41
%18.32

CMYK Percentages of Color #ea263d

%0
%84
%74
%8

Triadic Colors of #ea263d

#ea263d #3dea26 #263dea

Analogous Colors of #ea263d

#ea263d #ea7126 #ea269f

Monochromatic Colors of #ea263d

#ea263d

Complementary Color

#ea263d #26ead3

#ea263d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea263d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea263d Color CSS Codes

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

#ea263d Text Font Color

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

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


#ea263d Background Color

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

This div background color is #ea263d


#ea263d Border Color

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

This div border color is #ea263d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea263d


Comments

No comments written yet.

Please login to write comment.