color codes Logo

#ee3adf color codes

#EE3ADF
(238,58,223)
0 Favorites   0 Comments

Color spaces of #ee3adf

RGB 23858223
HSL0.850.840.58
HSV305°76°93°
CMYK 0.000.760.06   0.07
XYZ50.092226.531072.2929
Yxy26.53100.33640.1782
Hunter Lab51.508383.4533-47.1590
CIE-Lab58.537782.5921-45.9652

#ee3adf color RGB value is (238,58,223).

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

The process color (four color CMYK) of #ee3adf color code is 0.00, 0.76, 0.06, 0.07. Web safe color of #ee3adf is #ff33cc. Color #ee3adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111010 11011111
Octal 356 72 337
Decimal 238 58 223
Hex EE 3A DF

RGB Percentages of Color #ee3adf

%45.86
%11.18
%42.97

CMYK Percentages of Color #ee3adf

%0
%76
%6
%7

Triadic Colors of #ee3adf

#ee3adf #dfee3a #3adfee

Analogous Colors of #ee3adf

#ee3adf #ee3a85 #a33aee

Monochromatic Colors of #ee3adf

#ee3adf

Complementary Color

#ee3adf #3aee49

#ee3adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3adf Color CSS Codes

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

#ee3adf Text Font Color

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

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


#ee3adf Background Color

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

This div background color is #ee3adf


#ee3adf Border Color

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

This div border color is #ee3adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3adf


Comments

No comments written yet.

Please login to write comment.