Color Hex Logo

#fe85ee Color Hex

#FE85EE
(254,133,238)
0 Favorites   0 Comments

Color spaces of #fe85ee

RGB 254133238
HSL0.860.980.76
HSV308°48°100°
CMYK 0.000.480.06   0.00
XYZ64.693244.018985.9757
Yxy44.01890.33230.2261
Hunter Lab66.346757.9445-30.3885
CIE-Lab72.241159.4721-32.7168

#fe85ee color RGB value is (254,133,238).

#fe85ee hex color red value is 254, green value is 133 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fe85ee hue: 0.86 , saturation: 0.98 and the lightness value of fe85ee is 0.76.

The process color (four color CMYK) of #fe85ee color hex is 0.00, 0.48, 0.06, 0.00. Web safe color of #fe85ee is #ff99ff. Color #fe85ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 11101110
Octal 376 205 356
Decimal 254 133 238
Hex FE 85 EE

RGB Percentages of Color #fe85ee

%40.64
%21.28
%38.08

CMYK Percentages of Color #fe85ee

%0
%48
%6
%0

Triadic Colors of #fe85ee

#fe85ee #eefe85 #85eefe

Analogous Colors of #fe85ee

#fe85ee #fe85b2 #d285fe

Monochromatic Colors of #fe85ee

#fe85ee

Complementary Color

#fe85ee #85fe95

#fe85ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe85ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe85ee Color CSS Codes

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

#fe85ee Text Font Color

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

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


#fe85ee Background Color

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

This div background color is #fe85ee


#fe85ee Border Color

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

This div border color is #fe85ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe85ee

Related Colors


Comments

No comments written yet.

Please login to write comment.