Color Hex Logo

#ee18fb Color Hex

#EE18FB
(238,24,251)
0 Favorites   0 Comments

Color spaces of #ee18fb

RGB 23824251
HSL0.820.970.54
HSV297°90°98°
CMYK 0.050.900.00   0.02
XYZ52.999125.795493.4524
Yxy25.79540.30770.1498
Hunter Lab50.789297.3858-73.5416
CIE-Lab57.842393.2553-62.7527

#ee18fb color RGB value is (238,24,251).

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

The process color (four color CMYK) of #ee18fb color hex is 0.05, 0.90, 0.00, 0.02. Web safe color of #ee18fb is #ff00ff. Color #ee18fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011000 11111011
Octal 356 30 373
Decimal 238 24 251
Hex EE 18 FB

RGB Percentages of Color #ee18fb

%46.39
%4.68
%48.93

CMYK Percentages of Color #ee18fb

%5
%90
%0
%2

Triadic Colors of #ee18fb

#ee18fb #fbee18 #18fbee

Analogous Colors of #ee18fb

#ee18fb #fb1897 #7d18fb

Monochromatic Colors of #ee18fb

#ee18fb

Complementary Color

#ee18fb #25fb18

#ee18fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee18fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee18fb Color CSS Codes

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

#ee18fb Text Font Color

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

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


#ee18fb Background Color

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

This div background color is #ee18fb


#ee18fb Border Color

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

This div border color is #ee18fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee18fb


Comments

No comments written yet.

Please login to write comment.