Color Hex Logo

#ee345f Color Hex

#EE345F
(238,52,95)
0 Favorites   0 Comments

Color spaces of #ee345f

RGB 2385295
HSL0.960.850.57
HSV346°78°93°
CMYK 0.000.780.60   0.07
XYZ38.553421.459312.9365
Yxy21.45930.52850.2942
Hunter Lab46.324267.489715.8696
CIE-Lab53.448570.774721.4173

#ee345f color RGB value is (238,52,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 01011111
Octal 356 64 137
Decimal 238 52 95
Hex EE 34 5F

RGB Percentages of Color #ee345f

%61.82
%13.51
%24.68

CMYK Percentages of Color #ee345f

%0
%78
%60
%7

Triadic Colors of #ee345f

#ee345f #5fee34 #345fee

Analogous Colors of #ee345f

#ee345f #ee6634 #ee34bc

Monochromatic Colors of #ee345f

#ee345f

Complementary Color

#ee345f #34eec3

#ee345f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee345f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee345f Color CSS Codes

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

#ee345f Text Font Color

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

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


#ee345f Background Color

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

This div background color is #ee345f


#ee345f Border Color

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

This div border color is #ee345f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee345f


Comments

No comments written yet.

Please login to write comment.