Color Hex Logo

#ee295f Color Hex

#EE295F
(238,41,95)
0 Favorites   0 Comments

Color spaces of #ee295f

RGB 2384195
HSL0.950.850.55
HSV344°83°93°
CMYK 0.000.830.60   0.07
XYZ38.118420.589212.7915
Yxy20.58920.53310.2880
Hunter Lab45.375370.545515.0486
CIE-Lab52.496973.479220.1453

#ee295f color RGB value is (238,41,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 01011111
Octal 356 51 137
Decimal 238 41 95
Hex EE 29 5F

RGB Percentages of Color #ee295f

%63.64
%10.96
%25.40

CMYK Percentages of Color #ee295f

%0
%83
%60
%7

Triadic Colors of #ee295f

#ee295f #5fee29 #295fee

Analogous Colors of #ee295f

#ee295f #ee5629 #ee29c2

Monochromatic Colors of #ee295f

#ee295f

Complementary Color

#ee295f #29eeb8

#ee295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee295f Color CSS Codes

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

#ee295f Text Font Color

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

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


#ee295f Background Color

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

This div background color is #ee295f


#ee295f Border Color

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

This div border color is #ee295f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,41,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 #ee295f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee295f


Comments

No comments written yet.

Please login to write comment.