Color Hex Logo

#f2adfe Color Hex

#F2ADFE
(242,173,254)
0 Favorites   0 Comments

Color spaces of #f2adfe

RGB 242173254
HSL0.810.980.84
HSV291°32°100°
CMYK 0.050.320.00   0.00
XYZ69.450955.9201100.8991
Yxy55.92010.30690.2471
Hunter Lab74.779734.9154-27.6532
CIE-Lab79.568338.4172-30.2141

#f2adfe color RGB value is (242,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101101 11111110
Octal 362 255 376
Decimal 242 173 254
Hex F2 AD FE

RGB Percentages of Color #f2adfe

%36.17
%25.86
%37.97

CMYK Percentages of Color #f2adfe

%5
%32
%0
%0

Triadic Colors of #f2adfe

#f2adfe #fef2ad #adfef2

Analogous Colors of #f2adfe

#f2adfe #feade2 #caadfe

Monochromatic Colors of #f2adfe

#f2adfe

Complementary Color

#f2adfe #b9fead

#f2adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2adfe Color CSS Codes

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

#f2adfe Text Font Color

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

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


#f2adfe Background Color

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

This div background color is #f2adfe


#f2adfe Border Color

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

This div border color is #f2adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2adfe


Comments

No comments written yet.

Please login to write comment.