Color Hex Logo

#ee0461 Color Hex

#EE0461
(238,4,97)
0 Favorites   0 Comments

Color spaces of #ee0461

RGB 238497
HSL0.930.970.47
HSV336°98°93°
CMYK 0.000.980.59   0.07
XYZ37.461019.127013.0267
Yxy19.12700.53810.2748
Hunter Lab43.734476.360112.9540
CIE-Lab50.835578.508716.6840

#ee0461 color RGB value is (238,4,97).

#ee0461 hex color red value is 238, green value is 4 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ee0461 hue: 0.93 , saturation: 0.97 and the lightness value of ee0461 is 0.47.

The process color (four color CMYK) of #ee0461 color hex is 0.00, 0.98, 0.59, 0.07. Web safe color of #ee0461 is #ff0066. Color #ee0461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000100 01100001
Octal 356 4 141
Decimal 238 4 97
Hex EE 4 61

RGB Percentages of Color #ee0461

%70.21
%1.18
%28.61

CMYK Percentages of Color #ee0461

%0
%98
%59
%7

Triadic Colors of #ee0461

#ee0461 #61ee04 #0461ee

Analogous Colors of #ee0461

#ee0461 #ee1c04 #ee04d6

Monochromatic Colors of #ee0461

#ee0461

Complementary Color

#ee0461 #04ee91

#ee0461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0461 Color CSS Codes

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

#ee0461 Text Font Color

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

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


#ee0461 Background Color

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

This div background color is #ee0461


#ee0461 Border Color

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

This div border color is #ee0461


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,4,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 #ee0461">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0461


Comments

No comments written yet.

Please login to write comment.