Color Hex Logo

#ee18ba Color Hex

#EE18BA
(238,24,186)
0 Favorites   0 Comments

Color spaces of #ee18ba

RGB 23824186
HSL0.870.860.51
HSV315°90°93°
CMYK 0.000.900.22   0.07
XYZ44.449522.375648.4305
Yxy22.37560.38570.1941
Hunter Lab47.302984.9527-27.5914
CIE-Lab54.423384.5536-31.2491

#ee18ba color RGB value is (238,24,186).

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

The process color (four color CMYK) of #ee18ba color hex is 0.00, 0.90, 0.22, 0.07. Web safe color of #ee18ba is #ff00cc. Color #ee18ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011000 10111010
Octal 356 30 272
Decimal 238 24 186
Hex EE 18 BA

RGB Percentages of Color #ee18ba

%53.13
%5.36
%41.52

CMYK Percentages of Color #ee18ba

%0
%90
%22
%7

Triadic Colors of #ee18ba

#ee18ba #baee18 #18baee

Analogous Colors of #ee18ba

#ee18ba #ee184f #b718ee

Monochromatic Colors of #ee18ba

#ee18ba

Complementary Color

#ee18ba #18ee4c

#ee18ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee18ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee18ba Color CSS Codes

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

#ee18ba Text Font Color

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

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


#ee18ba Background Color

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

This div background color is #ee18ba


#ee18ba Border Color

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

This div border color is #ee18ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee18ba


Comments

No comments written yet.

Please login to write comment.