Color Hex Logo

#ee2fcf Color Hex

#EE2FCF
(238,47,207)
0 Favorites   0 Comments

Color spaces of #ee2fcf

RGB 23847207
HSL0.860.850.56
HSV310°80°93°
CMYK 0.000.800.13   0.07
XYZ47.538924.715261.2964
Yxy24.71520.35600.1851
Hunter Lab49.714483.6887-38.3028
CIE-Lab56.796983.1135-39.6292

#ee2fcf color RGB value is (238,47,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101111 11001111
Octal 356 57 317
Decimal 238 47 207
Hex EE 2F CF

RGB Percentages of Color #ee2fcf

%48.37
%9.55
%42.07

CMYK Percentages of Color #ee2fcf

%0
%80
%13
%7

Triadic Colors of #ee2fcf

#ee2fcf #cfee2f #2fcfee

Analogous Colors of #ee2fcf

#ee2fcf #ee2f70 #ae2fee

Monochromatic Colors of #ee2fcf

#ee2fcf

Complementary Color

#ee2fcf #2fee4e

#ee2fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2fcf Color CSS Codes

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

#ee2fcf Text Font Color

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

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


#ee2fcf Background Color

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

This div background color is #ee2fcf


#ee2fcf Border Color

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

This div border color is #ee2fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2fcf


Comments

No comments written yet.

Please login to write comment.