Color Hex Logo

#ee3961 Color Hex

#EE3961
(238,57,97)
0 Favorites   0 Comments

Color spaces of #ee3961

RGB 2385797
HSL0.960.840.58
HSV347°76°93°
CMYK 0.000.760.59   0.07
XYZ38.880721.966513.5000
Yxy21.96650.52300.2955
Hunter Lab46.868466.058715.7300
CIE-Lab53.991469.479120.9460

#ee3961 color RGB value is (238,57,97).

#ee3961 hex color red value is 238, green value is 57 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ee3961 hue: 0.96 , saturation: 0.84 and the lightness value of ee3961 is 0.58.

The process color (four color CMYK) of #ee3961 color hex is 0.00, 0.76, 0.59, 0.07. Web safe color of #ee3961 is #ff3366. Color #ee3961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111001 01100001
Octal 356 71 141
Decimal 238 57 97
Hex EE 39 61

RGB Percentages of Color #ee3961

%60.71
%14.54
%24.74

CMYK Percentages of Color #ee3961

%0
%76
%59
%7

Triadic Colors of #ee3961

#ee3961 #61ee39 #3961ee

Analogous Colors of #ee3961

#ee3961 #ee6c39 #ee39bc

Monochromatic Colors of #ee3961

#ee3961

Complementary Color

#ee3961 #39eec6

#ee3961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3961 Color CSS Codes

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

#ee3961 Text Font Color

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

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


#ee3961 Background Color

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

This div background color is #ee3961


#ee3961 Border Color

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

This div border color is #ee3961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3961


Comments

No comments written yet.

Please login to write comment.