Color Hex Logo

#ee315b Color Hex

#EE315B
(238,49,91)
0 Favorites   0 Comments

Color spaces of #ee315b

RGB 2384991
HSL0.960.850.56
HSV347°79°93°
CMYK 0.000.790.62   0.07
XYZ38.246521.129111.9600
Yxy21.12910.53610.2962
Hunter Lab45.966468.080316.7498
CIE-Lab53.090571.333323.3389

#ee315b color RGB value is (238,49,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110001 01011011
Octal 356 61 133
Decimal 238 49 91
Hex EE 31 5B

RGB Percentages of Color #ee315b

%62.96
%12.96
%24.07

CMYK Percentages of Color #ee315b

%0
%79
%62
%7

Triadic Colors of #ee315b

#ee315b #5bee31 #315bee

Analogous Colors of #ee315b

#ee315b #ee6631 #ee31ba

Monochromatic Colors of #ee315b

#ee315b

Complementary Color

#ee315b #31eec4

#ee315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee315b Color CSS Codes

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

#ee315b Text Font Color

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

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


#ee315b Background Color

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

This div background color is #ee315b


#ee315b Border Color

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

This div border color is #ee315b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee315b


Comments

No comments written yet.

Please login to write comment.