Color Hex Logo

#fb6cdc Color Hex

#FB6CDC
(251,108,220)
0 Favorites   0 Comments

Color spaces of #fb6cdc

RGB 251108220
HSL0.870.950.70
HSV313°57°98°
CMYK 0.000.570.12   0.02
XYZ58.064536.401771.6760
Yxy36.40170.34950.2191
Hunter Lab60.333866.2019-28.2023
CIE-Lab66.825767.2480-31.1778

#fb6cdc color RGB value is (251,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101100 11011100
Octal 373 154 334
Decimal 251 108 220
Hex FB 6C DC

RGB Percentages of Color #fb6cdc

%43.35
%18.65
%38.00

CMYK Percentages of Color #fb6cdc

%0
%57
%12
%2

Triadic Colors of #fb6cdc

#fb6cdc #dcfb6c #6cdcfb

Analogous Colors of #fb6cdc

#fb6cdc #fb6c95 #d36cfb

Monochromatic Colors of #fb6cdc

#fb6cdc

Complementary Color

#fb6cdc #6cfb8b

#fb6cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6cdc Color CSS Codes

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

#fb6cdc Text Font Color

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

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


#fb6cdc Background Color

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

This div background color is #fb6cdc


#fb6cdc Border Color

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

This div border color is #fb6cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6cdc


Comments

No comments written yet.

Please login to write comment.