Color Hex Logo

#ee31fb Color Hex

#EE31FB
(238,49,251)
0 Favorites   0 Comments

Color spaces of #ee31fb

RGB 23849251
HSL0.820.960.59
HSV296°80°98°
CMYK 0.050.800.00   0.02
XYZ53.770827.338893.7097
Yxy27.33880.30760.1564
Hunter Lab52.286592.0658-69.6610
CIE-Lab59.286689.0178-60.4368

#ee31fb color RGB value is (238,49,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110001 11111011
Octal 356 61 373
Decimal 238 49 251
Hex EE 31 FB

RGB Percentages of Color #ee31fb

%44.24
%9.11
%46.65

CMYK Percentages of Color #ee31fb

%5
%80
%0
%2

Triadic Colors of #ee31fb

#ee31fb #fbee31 #31fbee

Analogous Colors of #ee31fb

#ee31fb #fb31a3 #8931fb

Monochromatic Colors of #ee31fb

#ee31fb

Complementary Color

#ee31fb #3efb31

#ee31fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee31fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee31fb Color CSS Codes

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

#ee31fb Text Font Color

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

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


#ee31fb Background Color

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

This div background color is #ee31fb


#ee31fb Border Color

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

This div border color is #ee31fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee31fb


Comments

No comments written yet.

Please login to write comment.