Color Hex Logo

#fb6cec Color Hex

#FB6CEC
(251,108,236)
0 Favorites   0 Comments

Color spaces of #fb6cec

RGB 251108236
HSL0.850.950.70
HSV306°57°98°
CMYK 0.000.570.06   0.02
XYZ60.286537.290583.3772
Yxy37.29050.33320.2061
Hunter Lab61.065969.3562-38.2062
CIE-Lab67.494469.7099-39.0194

#fb6cec color RGB value is (251,108,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101100 11101100
Octal 373 154 354
Decimal 251 108 236
Hex FB 6C EC

RGB Percentages of Color #fb6cec

%42.18
%18.15
%39.66

CMYK Percentages of Color #fb6cec

%0
%57
%6
%2

Triadic Colors of #fb6cec

#fb6cec #ecfb6c #6cecfb

Analogous Colors of #fb6cec

#fb6cec #fb6ca5 #c36cfb

Monochromatic Colors of #fb6cec

#fb6cec

Complementary Color

#fb6cec #6cfb7b

#fb6cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6cec Color CSS Codes

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

#fb6cec Text Font Color

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

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


#fb6cec Background Color

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

This div background color is #fb6cec


#fb6cec Border Color

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

This div border color is #fb6cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6cec


Comments

No comments written yet.

Please login to write comment.