Color Hex Logo

#ee33fb Color Hex

#EE33FB
(238,51,251)
0 Favorites   0 Comments

Color spaces of #ee33fb

RGB 23851251
HSL0.820.960.59
HSV296°80°98°
CMYK 0.050.800.00   0.02
XYZ53.856327.509893.7382
Yxy27.50980.30760.1571
Hunter Lab52.449891.4996-69.2482
CIE-Lab59.443388.5616-60.1860

#ee33fb color RGB value is (238,51,251).

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

The process color (four color CMYK) of #ee33fb color hex is 0.05, 0.80, 0.00, 0.02. Web safe color of #ee33fb is #ff33ff. Color #ee33fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110011 11111011
Octal 356 63 373
Decimal 238 51 251
Hex EE 33 FB

RGB Percentages of Color #ee33fb

%44.07
%9.44
%46.48

CMYK Percentages of Color #ee33fb

%5
%80
%0
%2

Triadic Colors of #ee33fb

#ee33fb #fbee33 #33fbee

Analogous Colors of #ee33fb

#ee33fb #fb33a4 #8a33fb

Monochromatic Colors of #ee33fb

#ee33fb

Complementary Color

#ee33fb #40fb33

#ee33fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee33fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee33fb Color CSS Codes

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

#ee33fb Text Font Color

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

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


#ee33fb Background Color

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

This div background color is #ee33fb


#ee33fb Border Color

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

This div border color is #ee33fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee33fb

Related Colors


Comments

No comments written yet.

Please login to write comment.