color codes Logo

#ee71df color codes

#EE71DF
(238,113,223)
0 Favorites   0 Comments

Color spaces of #ee71df

RGB 238113223
HSL0.850.790.69
HSV307°53°93°
CMYK 0.000.530.06   0.07
XYZ54.484335.315173.7569
Yxy35.31510.33310.2159
Hunter Lab59.426559.6586-31.9889
CIE-Lab65.993361.9309-34.2807

#ee71df color RGB value is (238,113,223).

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

The process color (four color CMYK) of #ee71df color code is 0.00, 0.53, 0.06, 0.07. Web safe color of #ee71df is #ff66cc. Color #ee71df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 11011111
Octal 356 161 337
Decimal 238 113 223
Hex EE 71 DF

RGB Percentages of Color #ee71df

%41.46
%19.69
%38.85

CMYK Percentages of Color #ee71df

%0
%53
%6
%7

Triadic Colors of #ee71df

#ee71df #dfee71 #71dfee

Analogous Colors of #ee71df

#ee71df #ee71a1 #bf71ee

Monochromatic Colors of #ee71df

#ee71df

Complementary Color

#ee71df #71ee80

#ee71df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee71df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee71df Color CSS Codes

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

#ee71df Text Font Color

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

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


#ee71df Background Color

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

This div background color is #ee71df


#ee71df Border Color

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

This div border color is #ee71df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee71df


Comments

No comments written yet.

Please login to write comment.