Color Hex Logo

#ee347e Color Hex

#EE347E
(238,52,126)
0 Favorites   0 Comments

Color spaces of #ee347e

RGB 23852126
HSL0.930.850.57
HSV336°78°93°
CMYK 0.000.780.47   0.07
XYZ40.253822.139521.8904
Yxy22.13950.47760.2627
Hunter Lab47.052670.36575.3532
CIE-Lab54.174773.00803.8268

#ee347e color RGB value is (238,52,126).

#ee347e hex color red value is 238, green value is 52 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ee347e hue: 0.93 , saturation: 0.85 and the lightness value of ee347e is 0.57.

The process color (four color CMYK) of #ee347e color hex is 0.00, 0.78, 0.47, 0.07. Web safe color of #ee347e is #ff3366. Color #ee347e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 01111110
Octal 356 64 176
Decimal 238 52 126
Hex EE 34 7E

RGB Percentages of Color #ee347e

%57.21
%12.50
%30.29

CMYK Percentages of Color #ee347e

%0
%78
%47
%7

Triadic Colors of #ee347e

#ee347e #7eee34 #347eee

Analogous Colors of #ee347e

#ee347e #ee4734 #ee34db

Monochromatic Colors of #ee347e

#ee347e

Complementary Color

#ee347e #34eea4

#ee347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee347e Color CSS Codes

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

#ee347e Text Font Color

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

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


#ee347e Background Color

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

This div background color is #ee347e


#ee347e Border Color

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

This div border color is #ee347e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee347e


Comments

No comments written yet.

Please login to write comment.