Color Hex Logo

#fb48ef Color Hex

#FB48EF
(251,72,239)
0 Favorites   0 Comments

Color spaces of #fb48ef

RGB 25172239
HSL0.840.960.63
HSV304°71°98°
CMYK 0.000.710.05   0.02
XYZ57.681031.376084.6774
Yxy31.37600.33200.1806
Hunter Lab56.014385.7863-50.4193
CIE-Lab62.823883.5617-48.0184

#fb48ef color RGB value is (251,72,239).

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

The process color (four color CMYK) of #fb48ef color hex is 0.00, 0.71, 0.05, 0.02. Web safe color of #fb48ef is #ff33ff. Color #fb48ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001000 11101111
Octal 373 110 357
Decimal 251 72 239
Hex FB 48 EF

RGB Percentages of Color #fb48ef

%44.66
%12.81
%42.53

CMYK Percentages of Color #fb48ef

%0
%71
%5
%2

Triadic Colors of #fb48ef

#fb48ef #effb48 #48effb

Analogous Colors of #fb48ef

#fb48ef #fb4896 #ae48fb

Monochromatic Colors of #fb48ef

#fb48ef

Complementary Color

#fb48ef #48fb54

#fb48ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb48ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb48ef Color CSS Codes

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

#fb48ef Text Font Color

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

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


#fb48ef Background Color

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

This div background color is #fb48ef


#fb48ef Border Color

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

This div border color is #fb48ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb48ef

Related Colors


Comments

No comments written yet.

Please login to write comment.