Color Hex Logo

#fe85fc Color Hex

#FE85FC
(254,133,252)
0 Favorites   0 Comments

Color spaces of #fe85fc

RGB 254133252
HSL0.840.980.76
HSV301°48°100°
CMYK 0.000.480.01   0.00
XYZ66.831344.874297.2346
Yxy44.87420.31990.2148
Hunter Lab66.988260.8525-39.1688
CIE-Lab72.809061.8174-39.4784

#fe85fc color RGB value is (254,133,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 11111100
Octal 376 205 374
Decimal 254 133 252
Hex FE 85 FC

RGB Percentages of Color #fe85fc

%39.75
%20.81
%39.44

CMYK Percentages of Color #fe85fc

%0
%48
%1
%0

Triadic Colors of #fe85fc

#fe85fc #fcfe85 #85fcfe

Analogous Colors of #fe85fc

#fe85fc #fe85c0 #c485fe

Monochromatic Colors of #fe85fc

#fe85fc

Complementary Color

#fe85fc #85fe87

#fe85fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe85fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe85fc Color CSS Codes

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

#fe85fc Text Font Color

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

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


#fe85fc Background Color

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

This div background color is #fe85fc


#fe85fc Border Color

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

This div border color is #fe85fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe85fc

Related Colors


Comments

No comments written yet.

Please login to write comment.