Color Hex Logo

#ee2fda Color Hex

#EE2FDA
(238,47,218)
0 Favorites   0 Comments

Color spaces of #ee2fda

RGB 23847218
HSL0.850.850.56
HSV306°80°93°
CMYK 0.000.800.08   0.07
XYZ48.931325.272168.6287
Yxy25.27210.34260.1769
Hunter Lab50.271485.7669-45.7507
CIE-Lab57.339684.6120-45.0318

#ee2fda color RGB value is (238,47,218).

#ee2fda hex color red value is 238, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ee2fda hue: 0.85 , saturation: 0.85 and the lightness value of ee2fda is 0.56.

The process color (four color CMYK) of #ee2fda color hex is 0.00, 0.80, 0.08, 0.07. Web safe color of #ee2fda is #ff33cc. Color #ee2fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101111 11011010
Octal 356 57 332
Decimal 238 47 218
Hex EE 2F DA

RGB Percentages of Color #ee2fda

%47.32
%9.34
%43.34

CMYK Percentages of Color #ee2fda

%0
%80
%8
%7

Triadic Colors of #ee2fda

#ee2fda #daee2f #2fdaee

Analogous Colors of #ee2fda

#ee2fda #ee2f7b #a32fee

Monochromatic Colors of #ee2fda

#ee2fda

Complementary Color

#ee2fda #2fee43

#ee2fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2fda Color CSS Codes

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

#ee2fda Text Font Color

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

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


#ee2fda Background Color

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

This div background color is #ee2fda


#ee2fda Border Color

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

This div border color is #ee2fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2fda


Comments

No comments written yet.

Please login to write comment.