Color Hex Logo

#f4b0fa Color Hex

#F4B0FA
(244,176,250)
0 Favorites   0 Comments

Color spaces of #f4b0fa

RGB 244176250
HSL0.820.880.84
HSV295°30°98°
CMYK 0.020.300.00   0.02
XYZ70.088957.185997.7864
Yxy57.18590.31140.2541
Hunter Lab75.621433.1036-23.7333
CIE-Lab80.284036.7070-26.9540

#f4b0fa color RGB value is (244,176,250).

#f4b0fa hex color red value is 244, green value is 176 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f4b0fa hue: 0.82 , saturation: 0.88 and the lightness value of f4b0fa is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10110000 11111010
Octal 364 260 372
Decimal 244 176 250
Hex F4 B0 FA

RGB Percentages of Color #f4b0fa

%36.42
%26.27
%37.31

CMYK Percentages of Color #f4b0fa

%2
%30
%0
%2

Triadic Colors of #f4b0fa

#f4b0fa #faf4b0 #b0faf4

Analogous Colors of #f4b0fa

#f4b0fa #fab0db #cfb0fa

Monochromatic Colors of #f4b0fa

#f4b0fa

Complementary Color

#f4b0fa #b6fab0

#f4b0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4b0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4b0fa Color CSS Codes

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

#f4b0fa Text Font Color

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

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


#f4b0fa Background Color

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

This div background color is #f4b0fa


#f4b0fa Border Color

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

This div border color is #f4b0fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,176,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4b0fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4b0fa;
  -webkit-box-shadow: 1px 1px 3px 2px #f4b0fa;
  box-shadow:         1px 1px 3px 2px #f4b0fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,176,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4b0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.