Color Hex Logo

#ee58fc Color Hex

#EE58FC
(238,88,252)
0 Favorites   0 Comments

Color spaces of #ee58fc

RGB 23888252
HSL0.820.960.67
HSV295°65°99°
CMYK 0.060.650.00   0.01
XYZ56.320332.184995.3394
Yxy32.18490.30630.1751
Hunter Lab56.731777.9249-59.9264
CIE-Lab63.495477.3115-54.2768

#ee58fc color RGB value is (238,88,252).

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

The process color (four color CMYK) of #ee58fc color hex is 0.06, 0.65, 0.00, 0.01. Web safe color of #ee58fc is #ff66ff. Color #ee58fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011000 11111100
Octal 356 130 374
Decimal 238 88 252
Hex EE 58 FC

RGB Percentages of Color #ee58fc

%41.18
%15.22
%43.60

CMYK Percentages of Color #ee58fc

%6
%65
%0
%1

Triadic Colors of #ee58fc

#ee58fc #fcee58 #58fcee

Analogous Colors of #ee58fc

#ee58fc #fc58b8 #9c58fc

Monochromatic Colors of #ee58fc

#ee58fc

Complementary Color

#ee58fc #66fc58

#ee58fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee58fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee58fc Color CSS Codes

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

#ee58fc Text Font Color

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

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


#ee58fc Background Color

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

This div background color is #ee58fc


#ee58fc Border Color

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

This div border color is #ee58fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee58fc


Comments

No comments written yet.

Please login to write comment.