Color Hex Logo

#ee6edf Color Hex

#EE6EDF
(238,110,223)
0 Favorites   0 Comments

Color spaces of #ee6edf

RGB 238110223
HSL0.850.790.68
HSV307°54°93°
CMYK 0.000.540.06   0.07
XYZ54.155134.656773.6472
Yxy34.65670.33330.2133
Hunter Lab58.869961.1817-32.9637
CIE-Lab65.480563.3028-35.0776

#ee6edf color RGB value is (238,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101110 11011111
Octal 356 156 337
Decimal 238 110 223
Hex EE 6E DF

RGB Percentages of Color #ee6edf

%41.68
%19.26
%39.05

CMYK Percentages of Color #ee6edf

%0
%54
%6
%7

Triadic Colors of #ee6edf

#ee6edf #dfee6e #6edfee

Analogous Colors of #ee6edf

#ee6edf #ee6e9f #bd6eee

Monochromatic Colors of #ee6edf

#ee6edf

Complementary Color

#ee6edf #6eee7d

#ee6edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6edf Color CSS Codes

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

#ee6edf Text Font Color

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

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


#ee6edf Background Color

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

This div background color is #ee6edf


#ee6edf Border Color

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

This div border color is #ee6edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6edf


Comments

No comments written yet.

Please login to write comment.