Color Hex Logo

#fb06ef Color Hex

#FB06EF
(251,6,239)
0 Favorites   0 Comments

Color spaces of #fb06ef

RGB 2516239
HSL0.840.970.50
HSV303°98°98°
CMYK 0.000.980.05   0.02
XYZ55.428826.871583.9266
Yxy26.87150.33350.1617
Hunter Lab51.8377100.1496-59.7056
CIE-Lab58.855295.0847-54.3156

#fb06ef color RGB value is (251,6,239).

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

The process color (four color CMYK) of #fb06ef color hex is 0.00, 0.98, 0.05, 0.02. Web safe color of #fb06ef is #ff00ff. Color #fb06ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 11101111
Octal 373 6 357
Decimal 251 6 239
Hex FB 6 EF

RGB Percentages of Color #fb06ef

%50.60
%1.21
%48.19

CMYK Percentages of Color #fb06ef

%0
%98
%5
%2

Triadic Colors of #fb06ef

#fb06ef #effb06 #06effb

Analogous Colors of #fb06ef

#fb06ef #fb0675 #8d06fb

Monochromatic Colors of #fb06ef

#fb06ef

Complementary Color

#fb06ef #06fb12

#fb06ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb06ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb06ef Color CSS Codes

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

#fb06ef Text Font Color

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

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


#fb06ef Background Color

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

This div background color is #fb06ef


#fb06ef Border Color

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

This div border color is #fb06ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb06ef


Comments

No comments written yet.

Please login to write comment.