Color Hex Logo

#fb6dec Color Hex

#FB6DEC
(251,109,236)
0 Favorites   0 Comments

Color spaces of #fb6dec

RGB 251109236
HSL0.850.950.71
HSV306°57°98°
CMYK 0.000.570.06   0.02
XYZ60.392637.502683.4126
Yxy37.50260.33310.2068
Hunter Lab61.239468.8630-37.8899
CIE-Lab67.652469.2808-38.7729

#fb6dec color RGB value is (251,109,236).

#fb6dec hex color red value is 251, green value is 109 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fb6dec hue: 0.85 , saturation: 0.95 and the lightness value of fb6dec is 0.71.

The process color (four color CMYK) of #fb6dec color hex is 0.00, 0.57, 0.06, 0.02. Web safe color of #fb6dec is #ff66ff. Color #fb6dec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101101 11101100
Octal 373 155 354
Decimal 251 109 236
Hex FB 6D EC

RGB Percentages of Color #fb6dec

%42.11
%18.29
%39.60

CMYK Percentages of Color #fb6dec

%0
%57
%6
%2

Triadic Colors of #fb6dec

#fb6dec #ecfb6d #6decfb

Analogous Colors of #fb6dec

#fb6dec #fb6da5 #c36dfb

Monochromatic Colors of #fb6dec

#fb6dec

Complementary Color

#fb6dec #6dfb7c

#fb6dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6dec Color CSS Codes

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

#fb6dec Text Font Color

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

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


#fb6dec Background Color

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

This div background color is #fb6dec


#fb6dec Border Color

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

This div border color is #fb6dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6dec

Related Colors


Comments

No comments written yet.

Please login to write comment.