Color Hex Logo

#fb06ea Color Hex

#FB06EA
(251,6,234)
0 Favorites   0 Comments

Color spaces of #fb06ea

RGB 2516234
HSL0.840.970.50
HSV304°98°98°
CMYK 0.000.980.07   0.02
XYZ54.700126.580080.0893
Yxy26.58000.33900.1647
Hunter Lab51.555899.1638-56.0149
CIE-Lab58.583594.4170-51.9455

#fb06ea color RGB value is (251,6,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 11101010
Octal 373 6 352
Decimal 251 6 234
Hex FB 6 EA

RGB Percentages of Color #fb06ea

%51.12
%1.22
%47.66

CMYK Percentages of Color #fb06ea

%0
%98
%7
%2

Triadic Colors of #fb06ea

#fb06ea #eafb06 #06eafb

Analogous Colors of #fb06ea

#fb06ea #fb0670 #9206fb

Monochromatic Colors of #fb06ea

#fb06ea

Complementary Color

#fb06ea #06fb17

#fb06ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb06ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb06ea Color CSS Codes

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

#fb06ea Text Font Color

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

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


#fb06ea Background Color

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

This div background color is #fb06ea


#fb06ea Border Color

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

This div border color is #fb06ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb06ea


Comments

No comments written yet.

Please login to write comment.