Color Hex Logo

#ee7adf Color Hex

#EE7ADF
(238,122,223)
0 Favorites   0 Comments

Color spaces of #ee7adf

RGB 238122223
HSL0.850.770.71
HSV308°49°93°
CMYK 0.000.490.06   0.07
XYZ55.538737.423974.1084
Yxy37.42390.33240.2240
Hunter Lab61.175154.9975-29.0022
CIE-Lab67.593957.6940-31.7996

#ee7adf color RGB value is (238,122,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111010 11011111
Octal 356 172 337
Decimal 238 122 223
Hex EE 7A DF

RGB Percentages of Color #ee7adf

%40.82
%20.93
%38.25

CMYK Percentages of Color #ee7adf

%0
%49
%6
%7

Triadic Colors of #ee7adf

#ee7adf #dfee7a #7adfee

Analogous Colors of #ee7adf

#ee7adf #ee7aa5 #c37aee

Monochromatic Colors of #ee7adf

#ee7adf

Complementary Color

#ee7adf #7aee89

#ee7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7adf Color CSS Codes

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

#ee7adf Text Font Color

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

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


#ee7adf Background Color

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

This div background color is #ee7adf


#ee7adf Border Color

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

This div border color is #ee7adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7adf


Comments

No comments written yet.

Please login to write comment.