Color Hex Logo

#ee349d Color Hex

#EE349D
(238,52,157)
0 Favorites   0 Comments

Color spaces of #ee349d

RGB 23852157
HSL0.910.850.57
HSV326°78°93°
CMYK 0.000.780.34   0.07
XYZ42.573723.067434.1069
Yxy23.06740.42680.2313
Hunter Lab48.028574.1770-8.4841
CIE-Lab55.141775.9190-13.1703

#ee349d color RGB value is (238,52,157).

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

The process color (four color CMYK) of #ee349d color hex is 0.00, 0.78, 0.34, 0.07. Web safe color of #ee349d is #ff3399. Color #ee349d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 10011101
Octal 356 64 235
Decimal 238 52 157
Hex EE 34 9D

RGB Percentages of Color #ee349d

%53.24
%11.63
%35.12

CMYK Percentages of Color #ee349d

%0
%78
%34
%7

Triadic Colors of #ee349d

#ee349d #9dee34 #349dee

Analogous Colors of #ee349d

#ee349d #ee3440 #e234ee

Monochromatic Colors of #ee349d

#ee349d

Complementary Color

#ee349d #34ee85

#ee349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee349d Color CSS Codes

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

#ee349d Text Font Color

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

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


#ee349d Background Color

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

This div background color is #ee349d


#ee349d Border Color

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

This div border color is #ee349d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee349d


Comments

No comments written yet.

Please login to write comment.