Color Hex Logo

#fe207d Color Hex

#FE207D
(254,32,125)
0 Favorites   0 Comments

Color spaces of #fe207d

RGB 25432125
HSL0.930.990.56
HSV335°87°100°
CMYK 0.000.870.51   0.00
XYZ45.091223.584521.5777
Yxy23.58450.49960.2613
Hunter Lab48.563980.74927.6512
CIE-Lab55.669481.04136.9643

#fe207d color RGB value is (254,32,125).

#fe207d hex color red value is 254, green value is 32 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fe207d hue: 0.93 , saturation: 0.99 and the lightness value of fe207d is 0.56.

The process color (four color CMYK) of #fe207d color hex is 0.00, 0.87, 0.51, 0.00. Web safe color of #fe207d is #ff3366. Color #fe207d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 01111101
Octal 376 40 175
Decimal 254 32 125
Hex FE 20 7D

RGB Percentages of Color #fe207d

%61.80
%7.79
%30.41

CMYK Percentages of Color #fe207d

%0
%87
%51
%0

Triadic Colors of #fe207d

#fe207d #7dfe20 #207dfe

Analogous Colors of #fe207d

#fe207d #fe3220 #fe20ec

Monochromatic Colors of #fe207d

#fe207d

Complementary Color

#fe207d #20fea1

#fe207d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe207d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe207d Color CSS Codes

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

#fe207d Text Font Color

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

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


#fe207d Background Color

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

This div background color is #fe207d


#fe207d Border Color

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

This div border color is #fe207d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe207d


Comments

No comments written yet.

Please login to write comment.