Color Hex Logo

#fb6ad5 Color Hex

#FB6AD5
(251,106,213)
0 Favorites   0 Comments

Color spaces of #fb6ad5

RGB 251106213
HSL0.880.950.70
HSV316°58°98°
CMYK 0.000.580.15   0.02
XYZ56.947935.621466.8249
Yxy35.62140.35730.2235
Hunter Lab59.683765.8715-24.6056
CIE-Lab66.229667.0803-28.1884

#fb6ad5 color RGB value is (251,106,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 11010101
Octal 373 152 325
Decimal 251 106 213
Hex FB 6A D5

RGB Percentages of Color #fb6ad5

%44.04
%18.60
%37.37

CMYK Percentages of Color #fb6ad5

%0
%58
%15
%2

Triadic Colors of #fb6ad5

#fb6ad5 #d5fb6a #6ad5fb

Analogous Colors of #fb6ad5

#fb6ad5 #fb6a8d #d96afb

Monochromatic Colors of #fb6ad5

#fb6ad5

Complementary Color

#fb6ad5 #6afb90

#fb6ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6ad5 Color CSS Codes

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

#fb6ad5 Text Font Color

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

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


#fb6ad5 Background Color

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

This div background color is #fb6ad5


#fb6ad5 Border Color

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

This div border color is #fb6ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6ad5


Comments

No comments written yet.

Please login to write comment.