Color Hex Logo

#f2b1fe Color Hex

#F2B1FE
(242,177,254)
0 Favorites   0 Comments

Color spaces of #f2b1fe

RGB 242177254
HSL0.810.970.85
HSV291°30°100°
CMYK 0.050.300.00   0.00
XYZ70.229557.4773101.1587
Yxy57.47730.30690.2511
Hunter Lab75.813832.6779-26.0413
CIE-Lab80.447336.3052-28.8657

#f2b1fe color RGB value is (242,177,254).

#f2b1fe hex color red value is 242, green value is 177 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f2b1fe hue: 0.81 , saturation: 0.97 and the lightness value of f2b1fe is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10110001 11111110
Octal 362 261 376
Decimal 242 177 254
Hex F2 B1 FE

RGB Percentages of Color #f2b1fe

%35.96
%26.30
%37.74

CMYK Percentages of Color #f2b1fe

%5
%30
%0
%0

Triadic Colors of #f2b1fe

#f2b1fe #fef2b1 #b1fef2

Analogous Colors of #f2b1fe

#f2b1fe #feb1e4 #ccb1fe

Monochromatic Colors of #f2b1fe

#f2b1fe

Complementary Color

#f2b1fe #bdfeb1

#f2b1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2b1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2b1fe Color CSS Codes

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

#f2b1fe Text Font Color

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

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


#f2b1fe Background Color

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

This div background color is #f2b1fe


#f2b1fe Border Color

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

This div border color is #f2b1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2b1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.