Color Hex Logo

#fb6ae6 Color Hex

#FB6AE6
(251,106,230)
0 Favorites   0 Comments

Color spaces of #fb6ae6

RGB 251106230
HSL0.860.950.70
HSV309°58°98°
CMYK 0.000.580.08   0.02
XYZ59.220636.530578.7927
Yxy36.53050.33930.2093
Hunter Lab60.440569.1265-34.9846
CIE-Lab66.923369.6247-36.5870

#fb6ae6 color RGB value is (251,106,230).

#fb6ae6 hex color red value is 251, green value is 106 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fb6ae6 hue: 0.86 , saturation: 0.95 and the lightness value of fb6ae6 is 0.70.

The process color (four color CMYK) of #fb6ae6 color hex is 0.00, 0.58, 0.08, 0.02. Web safe color of #fb6ae6 is #ff66ff. Color #fb6ae6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 11100110
Octal 373 152 346
Decimal 251 106 230
Hex FB 6A E6

RGB Percentages of Color #fb6ae6

%42.76
%18.06
%39.18

CMYK Percentages of Color #fb6ae6

%0
%58
%8
%2

Triadic Colors of #fb6ae6

#fb6ae6 #e6fb6a #6ae6fb

Analogous Colors of #fb6ae6

#fb6ae6 #fb6a9e #c86afb

Monochromatic Colors of #fb6ae6

#fb6ae6

Complementary Color

#fb6ae6 #6afb7f

#fb6ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6ae6 Color CSS Codes

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

#fb6ae6 Text Font Color

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

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


#fb6ae6 Background Color

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

This div background color is #fb6ae6


#fb6ae6 Border Color

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

This div border color is #fb6ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6ae6


Comments

No comments written yet.

Please login to write comment.