Color Hex Logo

#fe71ee Color Hex

#FE71EE
(254,113,238)
0 Favorites   0 Comments

Color spaces of #fe71ee

RGB 254113238
HSL0.850.990.72
HSV307°56°100°
CMYK 0.000.560.06   0.00
XYZ62.210839.054185.1483
Yxy39.05410.33370.2095
Hunter Lab62.493368.3299-37.0385
CIE-Lab68.790468.6467-38.0714

#fe71ee color RGB value is (254,113,238).

#fe71ee hex color red value is 254, green value is 113 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fe71ee hue: 0.85 , saturation: 0.99 and the lightness value of fe71ee is 0.72.

The process color (four color CMYK) of #fe71ee color hex is 0.00, 0.56, 0.06, 0.00. Web safe color of #fe71ee is #ff66ff. Color #fe71ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 11101110
Octal 376 161 356
Decimal 254 113 238
Hex FE 71 EE

RGB Percentages of Color #fe71ee

%41.98
%18.68
%39.34

CMYK Percentages of Color #fe71ee

%0
%56
%6
%0

Triadic Colors of #fe71ee

#fe71ee #eefe71 #71eefe

Analogous Colors of #fe71ee

#fe71ee #fe71a8 #c871fe

Monochromatic Colors of #fe71ee

#fe71ee

Complementary Color

#fe71ee #71fe81

#fe71ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe71ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe71ee Color CSS Codes

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

#fe71ee Text Font Color

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

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


#fe71ee Background Color

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

This div background color is #fe71ee


#fe71ee Border Color

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

This div border color is #fe71ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe71ee

Related Colors


Comments

No comments written yet.

Please login to write comment.