Color Hex Logo

#ee345b Color Hex

#EE345B
(238,52,91)
0 Favorites   0 Comments

Color spaces of #ee345b

RGB 2385291
HSL0.970.850.57
HSV347°78°93°
CMYK 0.000.780.62   0.07
XYZ38.376221.388512.0033
Yxy21.38850.53470.2980
Hunter Lab46.247767.185316.9850
CIE-Lab53.372170.536323.7089

#ee345b color RGB value is (238,52,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 01011011
Octal 356 64 133
Decimal 238 52 91
Hex EE 34 5B

RGB Percentages of Color #ee345b

%62.47
%13.65
%23.88

CMYK Percentages of Color #ee345b

%0
%78
%62
%7

Triadic Colors of #ee345b

#ee345b #5bee34 #345bee

Analogous Colors of #ee345b

#ee345b #ee6a34 #ee34b8

Monochromatic Colors of #ee345b

#ee345b

Complementary Color

#ee345b #34eec7

#ee345b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee345b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee345b Color CSS Codes

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

#ee345b Text Font Color

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

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


#ee345b Background Color

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

This div background color is #ee345b


#ee345b Border Color

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

This div border color is #ee345b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee345b


Comments

No comments written yet.

Please login to write comment.