Color Hex Logo

#fb4edf Color Hex

#FB4EDF
(251,78,223)
0 Favorites   0 Comments

Color spaces of #fb4edf

RGB 25178223
HSL0.860.960.65
HSV310°69°98°
CMYK 0.000.690.11   0.02
XYZ55.827331.285772.9084
Yxy31.28570.34890.1955
Hunter Lab55.933680.2769-38.1298
CIE-Lab62.748179.3038-39.1997

#fb4edf color RGB value is (251,78,223).

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

The process color (four color CMYK) of #fb4edf color hex is 0.00, 0.69, 0.11, 0.02. Web safe color of #fb4edf is #ff66cc. Color #fb4edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001110 11011111
Octal 373 116 337
Decimal 251 78 223
Hex FB 4E DF

RGB Percentages of Color #fb4edf

%45.47
%14.13
%40.40

CMYK Percentages of Color #fb4edf

%0
%69
%11
%2

Triadic Colors of #fb4edf

#fb4edf #dffb4e #4edffb

Analogous Colors of #fb4edf

#fb4edf #fb4e89 #c14efb

Monochromatic Colors of #fb4edf

#fb4edf

Complementary Color

#fb4edf #4efb6a

#fb4edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4edf Color CSS Codes

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

#fb4edf Text Font Color

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

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


#fb4edf Background Color

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

This div background color is #fb4edf


#fb4edf Border Color

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

This div border color is #fb4edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4edf


Comments

No comments written yet.

Please login to write comment.