Color Hex Logo

#ee3186 Color Hex

#EE3186
(238,49,134)
0 Favorites   0 Comments

Color spaces of #ee3186

RGB 23849134
HSL0.930.850.56
HSV333°79°93°
CMYK 0.000.790.44   0.07
XYZ40.661322.095024.6759
Yxy22.09500.46510.2527
Hunter Lab47.005372.14961.7789
CIE-Lab54.127774.4736-1.0269

#ee3186 color RGB value is (238,49,134).

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

The process color (four color CMYK) of #ee3186 color hex is 0.00, 0.79, 0.44, 0.07. Web safe color of #ee3186 is #ff3399. Color #ee3186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110001 10000110
Octal 356 61 206
Decimal 238 49 134
Hex EE 31 86

RGB Percentages of Color #ee3186

%56.53
%11.64
%31.83

CMYK Percentages of Color #ee3186

%0
%79
%44
%7

Triadic Colors of #ee3186

#ee3186 #86ee31 #3186ee

Analogous Colors of #ee3186

#ee3186 #ee3b31 #ee31e5

Monochromatic Colors of #ee3186

#ee3186

Complementary Color

#ee3186 #31ee99

#ee3186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3186 Color CSS Codes

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

#ee3186 Text Font Color

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

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


#ee3186 Background Color

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

This div background color is #ee3186


#ee3186 Border Color

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

This div border color is #ee3186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3186


Comments

No comments written yet.

Please login to write comment.