Color Hex Logo

#f274fd Color Hex

#F274FD
(242,116,253)
0 Favorites   0 Comments

Color spaces of #f274fd

RGB 242116253
HSL0.820.970.72
HSV295°54°99°
CMYK 0.040.540.00   0.01
XYZ60.593038.459997.1584
Yxy38.45990.30880.1960
Hunter Lab62.016065.8760-49.4764
CIE-Lab68.358266.7134-47.1018

#f274fd color RGB value is (242,116,253).

#f274fd hex color red value is 242, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f274fd hue: 0.82 , saturation: 0.97 and the lightness value of f274fd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110100 11111101
Octal 362 164 375
Decimal 242 116 253
Hex F2 74 FD

RGB Percentages of Color #f274fd

%39.61
%18.99
%41.41

CMYK Percentages of Color #f274fd

%4
%54
%0
%1

Triadic Colors of #f274fd

#f274fd #fdf274 #74fdf2

Analogous Colors of #f274fd

#f274fd #fd74c4 #ae74fd

Monochromatic Colors of #f274fd

#f274fd

Complementary Color

#f274fd #7ffd74

#f274fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f274fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f274fd Color CSS Codes

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

#f274fd Text Font Color

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

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


#f274fd Background Color

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

This div background color is #f274fd


#f274fd Border Color

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

This div border color is #f274fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f274fd


Comments

No comments written yet.

Please login to write comment.