Color Hex Logo

#f453fe Color Hex

#F453FE
(244,83,254)
0 Favorites   0 Comments

Color spaces of #f453fe

RGB 24483254
HSL0.820.990.66
HSV296°67°100°
CMYK 0.040.670.00   0.00
XYZ58.290932.575496.9813
Yxy32.57540.31030.1734
Hunter Lab57.074982.4221-60.7928
CIE-Lab63.815680.7733-54.8168

#f453fe color RGB value is (244,83,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010011 11111110
Octal 364 123 376
Decimal 244 83 254
Hex F4 53 FE

RGB Percentages of Color #f453fe

%42.00
%14.29
%43.72

CMYK Percentages of Color #f453fe

%4
%67
%0
%0

Triadic Colors of #f453fe

#f453fe #fef453 #53fef4

Analogous Colors of #f453fe

#f453fe #fe53b3 #9f53fe

Monochromatic Colors of #f453fe

#f453fe

Complementary Color

#f453fe #5dfe53

#f453fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f453fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f453fe Color CSS Codes

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

#f453fe Text Font Color

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

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


#f453fe Background Color

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

This div background color is #f453fe


#f453fe Border Color

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

This div border color is #f453fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f453fe


Comments

No comments written yet.

Please login to write comment.