Color Hex Logo

#f27ffa Color Hex

#F27FFA
(242,127,250)
0 Favorites   0 Comments

Color spaces of #f27ffa

RGB 242127250
HSL0.820.920.74
HSV296°49°98°
CMYK 0.030.490.00   0.02
XYZ61.462640.958195.1087
Yxy40.95810.31120.2074
Hunter Lab63.998559.4296-43.3124
CIE-Lab70.146661.0539-42.6548

#f27ffa color RGB value is (242,127,250).

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

The process color (four color CMYK) of #f27ffa color hex is 0.03, 0.49, 0.00, 0.02. Web safe color of #f27ffa is #ff66ff. Color #f27ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111111 11111010
Octal 362 177 372
Decimal 242 127 250
Hex F2 7F FA

RGB Percentages of Color #f27ffa

%39.10
%20.52
%40.39

CMYK Percentages of Color #f27ffa

%3
%49
%0
%2

Triadic Colors of #f27ffa

#f27ffa #faf27f #7ffaf2

Analogous Colors of #f27ffa

#f27ffa #fa7fc5 #b57ffa

Monochromatic Colors of #f27ffa

#f27ffa

Complementary Color

#f27ffa #87fa7f

#f27ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27ffa Color CSS Codes

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

#f27ffa Text Font Color

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

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


#f27ffa Background Color

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

This div background color is #f27ffa


#f27ffa Border Color

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

This div border color is #f27ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27ffa


Comments

No comments written yet.

Please login to write comment.