Color Hex Logo

#f28afa Color Hex

#F28AFA
(242,138,250)
0 Favorites   0 Comments

Color spaces of #f28afa

RGB 242138250
HSL0.820.920.76
HSV296°45°98°
CMYK 0.030.450.00   0.02
XYZ62.961743.956395.6085
Yxy43.95630.31090.2170
Hunter Lab66.299553.4892-39.0906
CIE-Lab72.199355.6930-39.4499

#f28afa color RGB value is (242,138,250).

#f28afa hex color red value is 242, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f28afa hue: 0.82 , saturation: 0.92 and the lightness value of f28afa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001010 11111010
Octal 362 212 372
Decimal 242 138 250
Hex F2 8A FA

RGB Percentages of Color #f28afa

%38.41
%21.90
%39.68

CMYK Percentages of Color #f28afa

%3
%45
%0
%2

Triadic Colors of #f28afa

#f28afa #faf28a #8afaf2

Analogous Colors of #f28afa

#f28afa #fa8aca #ba8afa

Monochromatic Colors of #f28afa

#f28afa

Complementary Color

#f28afa #92fa8a

#f28afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28afa Color CSS Codes

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

#f28afa Text Font Color

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

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


#f28afa Background Color

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

This div background color is #f28afa


#f28afa Border Color

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

This div border color is #f28afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28afa


Comments

No comments written yet.

Please login to write comment.