Color Hex Logo

#ee46f1 Color Hex

#EE46F1
(238,70,241)
0 Favorites   0 Comments

Color spaces of #ee46f1

RGB 23870241
HSL0.830.860.61
HSV299°71°95°
CMYK 0.010.710.00   0.05
XYZ53.327228.908385.9883
Yxy28.90830.31700.1718
Hunter Lab53.766482.9505-57.1856
CIE-Lab60.700681.7826-52.6233

#ee46f1 color RGB value is (238,70,241).

#ee46f1 hex color red value is 238, green value is 70 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ee46f1 hue: 0.83 , saturation: 0.86 and the lightness value of ee46f1 is 0.61.

The process color (four color CMYK) of #ee46f1 color hex is 0.01, 0.71, 0.00, 0.05. Web safe color of #ee46f1 is #ff33ff. Color #ee46f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 11110001
Octal 356 106 361
Decimal 238 70 241
Hex EE 46 F1

RGB Percentages of Color #ee46f1

%43.35
%12.75
%43.90

CMYK Percentages of Color #ee46f1

%1
%71
%0
%5

Triadic Colors of #ee46f1

#ee46f1 #f1ee46 #46f1ee

Analogous Colors of #ee46f1

#ee46f1 #f1469f #9946f1

Monochromatic Colors of #ee46f1

#ee46f1

Complementary Color

#ee46f1 #49f146

#ee46f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee46f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee46f1 Color CSS Codes

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

#ee46f1 Text Font Color

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

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


#ee46f1 Background Color

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

This div background color is #ee46f1


#ee46f1 Border Color

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

This div border color is #ee46f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee46f1


Comments

No comments written yet.

Please login to write comment.