Color Hex Logo

#fe47cb Color Hex

#FE47CB
(254,71,203)
0 Favorites   0 Comments

Color spaces of #fe47cb

RGB 25471203
HSL0.880.990.64
HSV317°72°100°
CMYK 0.000.720.20   0.00
XYZ53.905829.889159.4279
Yxy29.88910.37640.2087
Hunter Lab54.670980.3278-26.1792
CIE-Lab61.558479.5713-29.7243

#fe47cb color RGB value is (254,71,203).

#fe47cb hex color red value is 254, green value is 71 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fe47cb hue: 0.88 , saturation: 0.99 and the lightness value of fe47cb is 0.64.

The process color (four color CMYK) of #fe47cb color hex is 0.00, 0.72, 0.20, 0.00. Web safe color of #fe47cb is #ff33cc. Color #fe47cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000111 11001011
Octal 376 107 313
Decimal 254 71 203
Hex FE 47 CB

RGB Percentages of Color #fe47cb

%48.11
%13.45
%38.45

CMYK Percentages of Color #fe47cb

%0
%72
%20
%0

Triadic Colors of #fe47cb

#fe47cb #cbfe47 #47cbfe

Analogous Colors of #fe47cb

#fe47cb #fe4770 #d647fe

Monochromatic Colors of #fe47cb

#fe47cb

Complementary Color

#fe47cb #47fe7a

#fe47cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe47cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe47cb Color CSS Codes

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

#fe47cb Text Font Color

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

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


#fe47cb Background Color

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

This div background color is #fe47cb


#fe47cb Border Color

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

This div border color is #fe47cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe47cb

Related Colors


Comments

No comments written yet.

Please login to write comment.