Color Hex Logo

#f276fe Color Hex

#F276FE
(242,118,254)
0 Favorites   0 Comments

Color spaces of #f276fe

RGB 242118254
HSL0.820.990.73
HSV295°54°100°
CMYK 0.050.540.00   0.00
XYZ60.985838.989998.0774
Yxy38.98990.30790.1969
Hunter Lab62.441965.0642-49.4174
CIE-Lab68.743965.9787-47.0419

#f276fe color RGB value is (242,118,254).

#f276fe hex color red value is 242, green value is 118 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f276fe hue: 0.82 , saturation: 0.99 and the lightness value of f276fe is 0.73.

The process color (four color CMYK) of #f276fe color hex is 0.05, 0.54, 0.00, 0.00. Web safe color of #f276fe is #ff66ff. Color #f276fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110110 11111110
Octal 362 166 376
Decimal 242 118 254
Hex F2 76 FE

RGB Percentages of Color #f276fe

%39.41
%19.22
%41.37

CMYK Percentages of Color #f276fe

%5
%54
%0
%0

Triadic Colors of #f276fe

#f276fe #fef276 #76fef2

Analogous Colors of #f276fe

#f276fe #fe76c6 #ae76fe

Monochromatic Colors of #f276fe

#f276fe

Complementary Color

#f276fe #82fe76

#f276fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f276fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f276fe Color CSS Codes

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

#f276fe Text Font Color

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

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


#f276fe Background Color

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

This div background color is #f276fe


#f276fe Border Color

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

This div border color is #f276fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f276fe


Comments

No comments written yet.

Please login to write comment.