Color Hex Logo

#ee233b Color Hex

#EE233B
(238,35,59)
0 Favorites   0 Comments

Color spaces of #ee233b

RGB 2383559
HSL0.980.860.54
HSV353°85°93°
CMYK 0.000.850.75   0.07
XYZ36.650319.69506.0075
Yxy19.69500.58780.3159
Hunter Lab44.379069.750323.0394
CIE-Lab51.490673.021040.2240

#ee233b color RGB value is (238,35,59).

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

The process color (four color CMYK) of #ee233b color hex is 0.00, 0.85, 0.75, 0.07. Web safe color of #ee233b is #ff3333. Color #ee233b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100011 00111011
Octal 356 43 73
Decimal 238 35 59
Hex EE 23 3B

RGB Percentages of Color #ee233b

%71.69
%10.54
%17.77

CMYK Percentages of Color #ee233b

%0
%85
%75
%7

Triadic Colors of #ee233b

#ee233b #3bee23 #233bee

Analogous Colors of #ee233b

#ee233b #ee7123 #ee23a1

Monochromatic Colors of #ee233b

#ee233b

Complementary Color

#ee233b #23eed6

#ee233b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee233b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee233b Color CSS Codes

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

#ee233b Text Font Color

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

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


#ee233b Background Color

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

This div background color is #ee233b


#ee233b Border Color

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

This div border color is #ee233b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee233b


Comments

No comments written yet.

Please login to write comment.