Color Hex Logo

#ee301b Color Hex

#EE301B
(238,48,27)
0 Favorites   0 Comments

Color spaces of #ee301b

RGB 2384827
HSL0.020.860.52
HSV89°93°
CMYK 0.000.800.89   0.07
XYZ36.514720.37023.0442
Yxy20.37020.60930.3399
Hunter Lab45.133465.430327.5943
CIE-Lab52.253269.284556.9762

#ee301b color RGB value is (238,48,27).

#ee301b hex color red value is 238, green value is 48 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ee301b hue: 0.02 , saturation: 0.86 and the lightness value of ee301b is 0.52.

The process color (four color CMYK) of #ee301b color hex is 0.00, 0.80, 0.89, 0.07. Web safe color of #ee301b is #ff3333. Color #ee301b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 00011011
Octal 356 60 33
Decimal 238 48 27
Hex EE 30 1B

RGB Percentages of Color #ee301b

%76.04
%15.34
%8.63

CMYK Percentages of Color #ee301b

%0
%80
%89
%7

Triadic Colors of #ee301b

#ee301b #1bee30 #301bee

Analogous Colors of #ee301b

#ee301b #ee9a1b #ee1b70

Monochromatic Colors of #ee301b

#ee301b

Complementary Color

#ee301b #1bd9ee

#ee301b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee301b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee301b Color CSS Codes

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

#ee301b Text Font Color

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

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


#ee301b Background Color

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

This div background color is #ee301b


#ee301b Border Color

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

This div border color is #ee301b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee301b


Comments

No comments written yet.

Please login to write comment.