Color Hex Logo

#f5b1fc Color Hex

#F5B1FC
(245,177,252)
0 Favorites   0 Comments

Color spaces of #f5b1fc

RGB 245177252
HSL0.820.930.84
HSV294°30°99°
CMYK 0.030.300.00   0.01
XYZ70.949057.885099.5290
Yxy57.88500.31070.2535
Hunter Lab76.082233.3129-24.3043
CIE-Lab80.674836.8630-27.4197

#f5b1fc color RGB value is (245,177,252).

#f5b1fc hex color red value is 245, green value is 177 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f5b1fc hue: 0.82 , saturation: 0.93 and the lightness value of f5b1fc is 0.84.

The process color (four color CMYK) of #f5b1fc color hex is 0.03, 0.30, 0.00, 0.01. Web safe color of #f5b1fc is #ff99ff. Color #f5b1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10110001 11111100
Octal 365 261 374
Decimal 245 177 252
Hex F5 B1 FC

RGB Percentages of Color #f5b1fc

%36.35
%26.26
%37.39

CMYK Percentages of Color #f5b1fc

%3
%30
%0
%1

Triadic Colors of #f5b1fc

#f5b1fc #fcf5b1 #b1fcf5

Analogous Colors of #f5b1fc

#f5b1fc #fcb1de #d0b1fc

Monochromatic Colors of #f5b1fc

#f5b1fc

Complementary Color

#f5b1fc #b8fcb1

#f5b1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5b1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5b1fc Color CSS Codes

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

#f5b1fc Text Font Color

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

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


#f5b1fc Background Color

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

This div background color is #f5b1fc


#f5b1fc Border Color

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

This div border color is #f5b1fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,177,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5b1fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5b1fc;
  -webkit-box-shadow: 1px 1px 3px 2px #f5b1fc;
  box-shadow:         1px 1px 3px 2px #f5b1fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,177,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5b1fc


Comments

No comments written yet.

Please login to write comment.