Color Hex Logo

#fe46cb Color Hex

#FE46CB
(254,70,203)
0 Favorites   0 Comments

Color spaces of #fe46cb

RGB 25470203
HSL0.880.990.64
HSV317°72°100°
CMYK 0.000.720.20   0.00
XYZ53.842729.762959.4069
Yxy29.76290.37650.2081
Hunter Lab54.555480.6962-26.3738
CIE-Lab61.449179.8809-29.8935

#fe46cb color RGB value is (254,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 11001011
Octal 376 106 313
Decimal 254 70 203
Hex FE 46 CB

RGB Percentages of Color #fe46cb

%48.20
%13.28
%38.52

CMYK Percentages of Color #fe46cb

%0
%72
%20
%0

Triadic Colors of #fe46cb

#fe46cb #cbfe46 #46cbfe

Analogous Colors of #fe46cb

#fe46cb #fe466f #d546fe

Monochromatic Colors of #fe46cb

#fe46cb

Complementary Color

#fe46cb #46fe79

#fe46cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe46cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe46cb Color CSS Codes

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

#fe46cb Text Font Color

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

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


#fe46cb Background Color

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

This div background color is #fe46cb


#fe46cb Border Color

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

This div border color is #fe46cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe46cb


Comments

No comments written yet.

Please login to write comment.