Color Hex Logo

#ee30df Color Hex

#EE30DF
(238,48,223)
0 Favorites   0 Comments

Color spaces of #ee30df

RGB 23848223
HSL0.850.850.56
HSV305°80°93°
CMYK 0.000.800.06   0.07
XYZ49.636125.618872.1408
Yxy25.61880.33680.1738
Hunter Lab50.615086.4714-49.0746
CIE-Lab57.673485.0878-47.3329

#ee30df color RGB value is (238,48,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 11011111
Octal 356 60 337
Decimal 238 48 223
Hex EE 30 DF

RGB Percentages of Color #ee30df

%46.76
%9.43
%43.81

CMYK Percentages of Color #ee30df

%0
%80
%6
%7

Triadic Colors of #ee30df

#ee30df #dfee30 #30dfee

Analogous Colors of #ee30df

#ee30df #ee3080 #9e30ee

Monochromatic Colors of #ee30df

#ee30df

Complementary Color

#ee30df #30ee3f

#ee30df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee30df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee30df Color CSS Codes

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

#ee30df Text Font Color

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

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


#ee30df Background Color

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

This div background color is #ee30df


#ee30df Border Color

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

This div border color is #ee30df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee30df


Comments

No comments written yet.

Please login to write comment.