Color Hex Logo

#fe85fd Color Hex

#FE85FD
(254,133,253)
0 Favorites   0 Comments

Color spaces of #fe85fd

RGB 254133253
HSL0.830.980.76
HSV300°48°100°
CMYK 0.000.480.00   0.00
XYZ66.990244.937798.0716
Yxy44.93770.31900.2140
Hunter Lab67.035661.0669-39.8151
CIE-Lab72.850961.9890-39.9572

#fe85fd color RGB value is (254,133,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 11111101
Octal 376 205 375
Decimal 254 133 253
Hex FE 85 FD

RGB Percentages of Color #fe85fd

%39.69
%20.78
%39.53

CMYK Percentages of Color #fe85fd

%0
%48
%0
%0

Triadic Colors of #fe85fd

#fe85fd #fdfe85 #85fdfe

Analogous Colors of #fe85fd

#fe85fd #fe85c1 #c385fe

Monochromatic Colors of #fe85fd

#fe85fd

Complementary Color

#fe85fd #85fe86

#fe85fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe85fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe85fd Color CSS Codes

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

#fe85fd Text Font Color

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

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


#fe85fd Background Color

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

This div background color is #fe85fd


#fe85fd Border Color

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

This div border color is #fe85fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe85fd

Related Colors


Comments

No comments written yet.

Please login to write comment.