Color Hex Logo

#fe70de Color Hex

#FE70DE
(254,112,222)
0 Favorites   0 Comments

Color spaces of #fe70de

RGB 254112222
HSL0.870.990.72
HSV314°56°100°
CMYK 0.000.560.13   0.00
XYZ59.852037.933173.2745
Yxy37.93310.34990.2218
Hunter Lab61.589965.6811-27.4254
CIE-Lab67.971366.6199-30.4866

#fe70de color RGB value is (254,112,222).

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

The process color (four color CMYK) of #fe70de color hex is 0.00, 0.56, 0.13, 0.00. Web safe color of #fe70de is #ff66cc. Color #fe70de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 11011110
Octal 376 160 336
Decimal 254 112 222
Hex FE 70 DE

RGB Percentages of Color #fe70de

%43.20
%19.05
%37.76

CMYK Percentages of Color #fe70de

%0
%56
%13
%0

Triadic Colors of #fe70de

#fe70de #defe70 #70defe

Analogous Colors of #fe70de

#fe70de #fe7097 #d770fe

Monochromatic Colors of #fe70de

#fe70de

Complementary Color

#fe70de #70fe90

#fe70de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe70de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe70de Color CSS Codes

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

#fe70de Text Font Color

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

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


#fe70de Background Color

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

This div background color is #fe70de


#fe70de Border Color

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

This div border color is #fe70de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe70de

Related Colors


Comments

No comments written yet.

Please login to write comment.