Color Hex Logo

#ee344f Color Hex

#EE344F
(238,52,79)
0 Favorites   0 Comments

Color spaces of #ee344f

RGB 2385279
HSL0.980.850.57
HSV351°78°93°
CMYK 0.000.780.67   0.07
XYZ37.899221.19769.4912
Yxy21.19760.55260.3091
Hunter Lab46.040966.363420.0061
CIE-Lab53.165169.891130.5719

#ee344f color RGB value is (238,52,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 01001111
Octal 356 64 117
Decimal 238 52 79
Hex EE 34 4F

RGB Percentages of Color #ee344f

%64.50
%14.09
%21.41

CMYK Percentages of Color #ee344f

%0
%78
%67
%7

Triadic Colors of #ee344f

#ee344f #4fee34 #344fee

Analogous Colors of #ee344f

#ee344f #ee7634 #ee34ac

Monochromatic Colors of #ee344f

#ee344f

Complementary Color

#ee344f #34eed3

#ee344f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee344f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee344f Color CSS Codes

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

#ee344f Text Font Color

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

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


#ee344f Background Color

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

This div background color is #ee344f


#ee344f Border Color

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

This div border color is #ee344f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee344f


Comments

No comments written yet.

Please login to write comment.