Color Hex Logo

#ee233f Color Hex

#EE233F
(238,35,63)
0 Favorites   0 Comments

Color spaces of #ee233f

RGB 2383563
HSL0.980.860.54
HSV352°85°93°
CMYK 0.000.850.74   0.07
XYZ36.758119.73816.5751
Yxy19.73810.58280.3129
Hunter Lab44.427669.937522.3246
CIE-Lab51.539873.165437.9827

#ee233f color RGB value is (238,35,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100011 00111111
Octal 356 43 77
Decimal 238 35 63
Hex EE 23 3F

RGB Percentages of Color #ee233f

%70.83
%10.42
%18.75

CMYK Percentages of Color #ee233f

%0
%85
%74
%7

Triadic Colors of #ee233f

#ee233f #3fee23 #233fee

Analogous Colors of #ee233f

#ee233f #ee6d23 #ee23a5

Monochromatic Colors of #ee233f

#ee233f

Complementary Color

#ee233f #23eed2

#ee233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee233f Color CSS Codes

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

#ee233f Text Font Color

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

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


#ee233f Background Color

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

This div background color is #ee233f


#ee233f Border Color

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

This div border color is #ee233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee233f


Comments

No comments written yet.

Please login to write comment.