Color Hex Logo

#fb46dd Color Hex

#FB46DD
(251,70,221)
0 Favorites   0 Comments

Color spaces of #fb46dd

RGB 25170221
HSL0.860.960.63
HSV310°72°98°
CMYK 0.000.720.12   0.02
XYZ55.025030.110071.3183
Yxy30.11000.35170.1925
Hunter Lab54.872682.9688-38.6488
CIE-Lab61.749081.5945-39.6408

#fb46dd color RGB value is (251,70,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000110 11011101
Octal 373 106 335
Decimal 251 70 221
Hex FB 46 DD

RGB Percentages of Color #fb46dd

%46.31
%12.92
%40.77

CMYK Percentages of Color #fb46dd

%0
%72
%12
%2

Triadic Colors of #fb46dd

#fb46dd #ddfb46 #46ddfb

Analogous Colors of #fb46dd

#fb46dd #fb4683 #bf46fb

Monochromatic Colors of #fb46dd

#fb46dd

Complementary Color

#fb46dd #46fb64

#fb46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb46dd Color CSS Codes

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

#fb46dd Text Font Color

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

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


#fb46dd Background Color

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

This div background color is #fb46dd


#fb46dd Border Color

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

This div border color is #fb46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb46dd


Comments

No comments written yet.

Please login to write comment.