Color Hex Logo

#fb46ea Color Hex

#FB46EA
(251,70,234)
0 Favorites   0 Comments

Color spaces of #fb46ea

RGB 25170234
HSL0.850.960.63
HSV306°72°98°
CMYK 0.000.720.07   0.02
XYZ56.825130.830180.7977
Yxy30.83010.33730.1830
Hunter Lab55.524985.5115-47.4092
CIE-Lab62.363983.4395-45.9583

#fb46ea color RGB value is (251,70,234).

#fb46ea hex color red value is 251, green value is 70 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fb46ea hue: 0.85 , saturation: 0.96 and the lightness value of fb46ea is 0.63.

The process color (four color CMYK) of #fb46ea color hex is 0.00, 0.72, 0.07, 0.02. Web safe color of #fb46ea is #ff33ff. Color #fb46ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000110 11101010
Octal 373 106 352
Decimal 251 70 234
Hex FB 46 EA

RGB Percentages of Color #fb46ea

%45.23
%12.61
%42.16

CMYK Percentages of Color #fb46ea

%0
%72
%7
%2

Triadic Colors of #fb46ea

#fb46ea #eafb46 #46eafb

Analogous Colors of #fb46ea

#fb46ea #fb4690 #b246fb

Monochromatic Colors of #fb46ea

#fb46ea

Complementary Color

#fb46ea #46fb57

#fb46ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb46ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb46ea Color CSS Codes

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

#fb46ea Text Font Color

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

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


#fb46ea Background Color

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

This div background color is #fb46ea


#fb46ea Border Color

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

This div border color is #fb46ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,70,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb46ea


Comments

No comments written yet.

Please login to write comment.