Color Hex Logo

#ee30ba Color Hex

#EE30BA
(238,48,186)
0 Favorites   0 Comments

Color spaces of #ee30ba

RGB 23848186
HSL0.880.850.56
HSV316°80°93°
CMYK 0.000.800.22   0.07
XYZ45.179823.836248.6740
Yxy23.83620.38390.2025
Hunter Lab48.822379.7434-24.9342
CIE-Lab55.923480.2015-28.9181

#ee30ba color RGB value is (238,48,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 10111010
Octal 356 60 272
Decimal 238 48 186
Hex EE 30 BA

RGB Percentages of Color #ee30ba

%50.42
%10.17
%39.41

CMYK Percentages of Color #ee30ba

%0
%80
%22
%7

Triadic Colors of #ee30ba

#ee30ba #baee30 #30baee

Analogous Colors of #ee30ba

#ee30ba #ee305b #c330ee

Monochromatic Colors of #ee30ba

#ee30ba

Complementary Color

#ee30ba #30ee64

#ee30ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee30ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee30ba Color CSS Codes

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

#ee30ba Text Font Color

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

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


#ee30ba Background Color

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

This div background color is #ee30ba


#ee30ba Border Color

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

This div border color is #ee30ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee30ba


Comments

No comments written yet.

Please login to write comment.