Color Hex Logo

#fb6ade Color Hex

#FB6ADE
(251,106,222)
0 Favorites   0 Comments

Color spaces of #fb6ade

RGB 251106222
HSL0.870.950.70
HSV312°58°98°
CMYK 0.000.580.12   0.02
XYZ58.122536.091273.0101
Yxy36.09120.34760.2158
Hunter Lab60.076067.5629-30.0018
CIE-Lab66.589568.4072-32.6578

#fb6ade color RGB value is (251,106,222).

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

The process color (four color CMYK) of #fb6ade color hex is 0.00, 0.58, 0.12, 0.02. Web safe color of #fb6ade is #ff66cc. Color #fb6ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 11011110
Octal 373 152 336
Decimal 251 106 222
Hex FB 6A DE

RGB Percentages of Color #fb6ade

%43.35
%18.31
%38.34

CMYK Percentages of Color #fb6ade

%0
%58
%12
%2

Triadic Colors of #fb6ade

#fb6ade #defb6a #6adefb

Analogous Colors of #fb6ade

#fb6ade #fb6a96 #d06afb

Monochromatic Colors of #fb6ade

#fb6ade

Complementary Color

#fb6ade #6afb87

#fb6ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6ade Color CSS Codes

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

#fb6ade Text Font Color

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

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


#fb6ade Background Color

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

This div background color is #fb6ade


#fb6ade Border Color

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

This div border color is #fb6ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6ade


Comments

No comments written yet.

Please login to write comment.