Color Hex Logo

#ee263a Color Hex

#EE263A
(238,38,58)
0 Favorites   0 Comments

Color spaces of #ee263a

RGB 2383858
HSL0.980.850.54
HSV354°84°93°
CMYK 0.000.840.76   0.07
XYZ36.716719.86895.9029
Yxy19.86890.58760.3180
Hunter Lab44.574569.027623.3505
CIE-Lab51.688772.386941.0100

#ee263a color RGB value is (238,38,58).

#ee263a hex color red value is 238, green value is 38 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ee263a hue: 0.98 , saturation: 0.85 and the lightness value of ee263a is 0.54.

The process color (four color CMYK) of #ee263a color hex is 0.00, 0.84, 0.76, 0.07. Web safe color of #ee263a is #ff3333. Color #ee263a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100110 00111010
Octal 356 46 72
Decimal 238 38 58
Hex EE 26 3A

RGB Percentages of Color #ee263a

%71.26
%11.38
%17.37

CMYK Percentages of Color #ee263a

%0
%84
%76
%7

Triadic Colors of #ee263a

#ee263a #3aee26 #263aee

Analogous Colors of #ee263a

#ee263a #ee7626 #ee269e

Monochromatic Colors of #ee263a

#ee263a

Complementary Color

#ee263a #26eeda

#ee263a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee263a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee263a Color CSS Codes

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

#ee263a Text Font Color

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

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


#ee263a Background Color

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

This div background color is #ee263a


#ee263a Border Color

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

This div border color is #ee263a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee263a


Comments

No comments written yet.

Please login to write comment.