Color Hex Logo

#ee46fb Color Hex

#EE46FB
(238,70,251)
0 Favorites   0 Comments

Color spaces of #ee46fb

RGB 23870251
HSL0.820.960.63
HSV296°72°98°
CMYK 0.050.720.00   0.02
XYZ54.862629.522594.0736
Yxy29.52250.30740.1654
Hunter Lab54.334685.1490-64.6190
CIE-Lab61.240083.3781-57.3148

#ee46fb color RGB value is (238,70,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 11111011
Octal 356 106 373
Decimal 238 70 251
Hex EE 46 FB

RGB Percentages of Color #ee46fb

%42.58
%12.52
%44.90

CMYK Percentages of Color #ee46fb

%5
%72
%0
%2

Triadic Colors of #ee46fb

#ee46fb #fbee46 #46fbee

Analogous Colors of #ee46fb

#ee46fb #fb46ae #9446fb

Monochromatic Colors of #ee46fb

#ee46fb

Complementary Color

#ee46fb #53fb46

#ee46fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee46fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee46fb Color CSS Codes

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

#ee46fb Text Font Color

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

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


#ee46fb Background Color

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

This div background color is #ee46fb


#ee46fb Border Color

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

This div border color is #ee46fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee46fb

Related Colors


Comments

No comments written yet.

Please login to write comment.