Color Hex Logo

#ee30af Color Hex

#EE30AF
(238,48,175)
0 Favorites   0 Comments

Color spaces of #ee30af

RGB 23848175
HSL0.890.850.56
HSV320°80°93°
CMYK 0.000.800.26   0.07
XYZ44.054723.386242.7495
Yxy23.38620.39980.2122
Hunter Lab48.359377.9825-18.5607
CIE-Lab55.467978.8984-23.2286

#ee30af color RGB value is (238,48,175).

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

The process color (four color CMYK) of #ee30af color hex is 0.00, 0.80, 0.26, 0.07. Web safe color of #ee30af is #ff3399. Color #ee30af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 10101111
Octal 356 60 257
Decimal 238 48 175
Hex EE 30 AF

RGB Percentages of Color #ee30af

%51.63
%10.41
%37.96

CMYK Percentages of Color #ee30af

%0
%80
%26
%7

Triadic Colors of #ee30af

#ee30af #afee30 #30afee

Analogous Colors of #ee30af

#ee30af #ee3050 #ce30ee

Monochromatic Colors of #ee30af

#ee30af

Complementary Color

#ee30af #30ee6f

#ee30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee30af Color CSS Codes

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

#ee30af Text Font Color

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

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


#ee30af Background Color

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

This div background color is #ee30af


#ee30af Border Color

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

This div border color is #ee30af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee30af


Comments

No comments written yet.

Please login to write comment.