Color Hex Logo

#ee7abf Color Hex

#EE7ABF
(238,122,191)
0 Favorites   0 Comments

Color spaces of #ee7abf

RGB 238122191
HSL0.900.770.71
HSV324°49°93°
CMYK 0.000.490.20   0.07
XYZ51.623435.857853.4906
Yxy35.85780.36620.2544
Hunter Lab59.881449.0914-11.0454
CIE-Lab66.411152.7288-15.7223

#ee7abf color RGB value is (238,122,191).

#ee7abf hex color red value is 238, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ee7abf hue: 0.90 , saturation: 0.77 and the lightness value of ee7abf is 0.71.

The process color (four color CMYK) of #ee7abf color hex is 0.00, 0.49, 0.20, 0.07. Web safe color of #ee7abf is #ff66cc. Color #ee7abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111010 10111111
Octal 356 172 277
Decimal 238 122 191
Hex EE 7A BF

RGB Percentages of Color #ee7abf

%43.19
%22.14
%34.66

CMYK Percentages of Color #ee7abf

%0
%49
%20
%7

Triadic Colors of #ee7abf

#ee7abf #bfee7a #7abfee

Analogous Colors of #ee7abf

#ee7abf #ee7a85 #e37aee

Monochromatic Colors of #ee7abf

#ee7abf

Complementary Color

#ee7abf #7aeea9

#ee7abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7abf Color CSS Codes

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

#ee7abf Text Font Color

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

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


#ee7abf Background Color

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

This div background color is #ee7abf


#ee7abf Border Color

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

This div border color is #ee7abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7abf


Comments

No comments written yet.

Please login to write comment.