Color Hex Logo

#ee85fa Color Hex

#EE85FA
(238,133,250)
0 Favorites   0 Comments

Color spaces of #ee85fa

RGB 238133250
HSL0.820.920.75
HSV294°47°98°
CMYK 0.050.470.00   0.02
XYZ60.902741.854395.3112
Yxy41.85430.30750.2113
Hunter Lab64.694954.8209-42.0620
CIE-Lab70.770457.0482-41.7149

#ee85fa color RGB value is (238,133,250).

#ee85fa hex color red value is 238, green value is 133 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ee85fa hue: 0.82 , saturation: 0.92 and the lightness value of ee85fa is 0.75.

The process color (four color CMYK) of #ee85fa color hex is 0.05, 0.47, 0.00, 0.02. Web safe color of #ee85fa is #ff99ff. Color #ee85fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000101 11111010
Octal 356 205 372
Decimal 238 133 250
Hex EE 85 FA

RGB Percentages of Color #ee85fa

%38.33
%21.42
%40.26

CMYK Percentages of Color #ee85fa

%5
%47
%0
%2

Triadic Colors of #ee85fa

#ee85fa #faee85 #85faee

Analogous Colors of #ee85fa

#ee85fa #fa85cc #b485fa

Monochromatic Colors of #ee85fa

#ee85fa

Complementary Color

#ee85fa #91fa85

#ee85fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee85fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee85fa Color CSS Codes

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

#ee85fa Text Font Color

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

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


#ee85fa Background Color

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

This div background color is #ee85fa


#ee85fa Border Color

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

This div border color is #ee85fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee85fa

Related Colors


Comments

No comments written yet.

Please login to write comment.