Color Hex Logo

#ee0761 Color Hex

#EE0761
(238,7,97)
0 Favorites   0 Comments

Color spaces of #ee0761

RGB 238797
HSL0.940.940.48
HSV337°97°93°
CMYK 0.000.970.59   0.07
XYZ37.493519.192213.0376
Yxy19.19220.53770.2753
Hunter Lab43.808976.102213.0214
CIE-Lab50.911378.287716.7873

#ee0761 color RGB value is (238,7,97).

#ee0761 hex color red value is 238, green value is 7 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ee0761 hue: 0.94 , saturation: 0.94 and the lightness value of ee0761 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000111 01100001
Octal 356 7 141
Decimal 238 7 97
Hex EE 7 61

RGB Percentages of Color #ee0761

%69.59
%2.05
%28.36

CMYK Percentages of Color #ee0761

%0
%97
%59
%7

Triadic Colors of #ee0761

#ee0761 #61ee07 #0761ee

Analogous Colors of #ee0761

#ee0761 #ee2107 #ee07d5

Monochromatic Colors of #ee0761

#ee0761

Complementary Color

#ee0761 #07ee94

#ee0761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0761 Color CSS Codes

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

#ee0761 Text Font Color

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

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


#ee0761 Background Color

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

This div background color is #ee0761


#ee0761 Border Color

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

This div border color is #ee0761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0761


Comments

No comments written yet.

Please login to write comment.