Color Hex Logo

#ee1eba Color Hex

#EE1EBA
(238,30,186)
0 Favorites   0 Comments

Color spaces of #ee1eba

RGB 23830186
HSL0.880.860.53
HSV315°87°93°
CMYK 0.000.870.22   0.07
XYZ44.587122.650948.4764
Yxy22.65090.38530.1957
Hunter Lab47.593083.9387-27.0755
CIE-Lab54.710983.7139-30.8014

#ee1eba color RGB value is (238,30,186).

#ee1eba hex color red value is 238, green value is 30 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ee1eba hue: 0.88 , saturation: 0.86 and the lightness value of ee1eba is 0.53.

The process color (four color CMYK) of #ee1eba color hex is 0.00, 0.87, 0.22, 0.07. Web safe color of #ee1eba is #ff33cc. Color #ee1eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011110 10111010
Octal 356 36 272
Decimal 238 30 186
Hex EE 1E BA

RGB Percentages of Color #ee1eba

%52.42
%6.61
%40.97

CMYK Percentages of Color #ee1eba

%0
%87
%22
%7

Triadic Colors of #ee1eba

#ee1eba #baee1e #1ebaee

Analogous Colors of #ee1eba

#ee1eba #ee1e52 #ba1eee

Monochromatic Colors of #ee1eba

#ee1eba

Complementary Color

#ee1eba #1eee52

#ee1eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1eba Color CSS Codes

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

#ee1eba Text Font Color

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

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


#ee1eba Background Color

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

This div background color is #ee1eba


#ee1eba Border Color

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

This div border color is #ee1eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1eba


Comments

No comments written yet.

Please login to write comment.