Color Hex Logo

#ee30fc Color Hex

#EE30FC
(238,48,252)
0 Favorites   0 Comments

Color spaces of #ee30fc

RGB 23848252
HSL0.820.970.59
HSV296°81°99°
CMYK 0.060.810.00   0.01
XYZ53.887527.319394.5284
Yxy27.31930.30660.1555
Hunter Lab52.267992.5624-70.6407
CIE-Lab59.268789.3939-61.0201

#ee30fc color RGB value is (238,48,252).

#ee30fc hex color red value is 238, green value is 48 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ee30fc hue: 0.82 , saturation: 0.97 and the lightness value of ee30fc is 0.59.

The process color (four color CMYK) of #ee30fc color hex is 0.06, 0.81, 0.00, 0.01. Web safe color of #ee30fc is #ff33ff. Color #ee30fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 11111100
Octal 356 60 374
Decimal 238 48 252
Hex EE 30 FC

RGB Percentages of Color #ee30fc

%44.24
%8.92
%46.84

CMYK Percentages of Color #ee30fc

%6
%81
%0
%1

Triadic Colors of #ee30fc

#ee30fc #fcee30 #30fcee

Analogous Colors of #ee30fc

#ee30fc #fc30a4 #8830fc

Monochromatic Colors of #ee30fc

#ee30fc

Complementary Color

#ee30fc #3efc30

#ee30fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee30fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee30fc Color CSS Codes

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

#ee30fc Text Font Color

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

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


#ee30fc Background Color

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

This div background color is #ee30fc


#ee30fc Border Color

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

This div border color is #ee30fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee30fc


Comments

No comments written yet.

Please login to write comment.