Color Hex Logo

#fe70cf Color Hex

#FE70CF
(254,112,207)
0 Favorites   0 Comments

Color spaces of #fe70cf

RGB 254112207
HSL0.890.990.72
HSV320°56°100°
CMYK 0.000.560.19   0.00
XYZ57.929737.164263.1517
Yxy37.16420.36610.2349
Hunter Lab60.962462.9357-18.7455
CIE-Lab67.400064.4440-22.9975

#fe70cf color RGB value is (254,112,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 11001111
Octal 376 160 317
Decimal 254 112 207
Hex FE 70 CF

RGB Percentages of Color #fe70cf

%44.33
%19.55
%36.13

CMYK Percentages of Color #fe70cf

%0
%56
%19
%0

Triadic Colors of #fe70cf

#fe70cf #cffe70 #70cffe

Analogous Colors of #fe70cf

#fe70cf #fe7088 #e670fe

Monochromatic Colors of #fe70cf

#fe70cf

Complementary Color

#fe70cf #70fe9f

#fe70cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe70cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe70cf Color CSS Codes

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

#fe70cf Text Font Color

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

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


#fe70cf Background Color

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

This div background color is #fe70cf


#fe70cf Border Color

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

This div border color is #fe70cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe70cf

Related Colors


Comments

No comments written yet.

Please login to write comment.