Color Hex Logo

#f483fe Color Hex

#F483FE
(244,131,254)
0 Favorites   0 Comments

Color spaces of #f483fe

RGB 244131254
HSL0.820.980.75
HSV295°48°100°
CMYK 0.040.480.00   0.00
XYZ63.313942.621598.6557
Yxy42.62150.30950.2083
Hunter Lab65.285158.8613-43.8965
CIE-Lab71.297360.3920-43.0185

#f483fe color RGB value is (244,131,254).

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

The process color (four color CMYK) of #f483fe color hex is 0.04, 0.48, 0.00, 0.00. Web safe color of #f483fe is #ff99ff. Color #f483fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000011 11111110
Octal 364 203 376
Decimal 244 131 254
Hex F4 83 FE

RGB Percentages of Color #f483fe

%38.79
%20.83
%40.38

CMYK Percentages of Color #f483fe

%4
%48
%0
%0

Triadic Colors of #f483fe

#f483fe #fef483 #83fef4

Analogous Colors of #f483fe

#f483fe #fe83cb #b783fe

Monochromatic Colors of #f483fe

#f483fe

Complementary Color

#f483fe #8dfe83

#f483fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f483fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f483fe Color CSS Codes

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

#f483fe Text Font Color

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

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


#f483fe Background Color

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

This div background color is #f483fe


#f483fe Border Color

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

This div border color is #f483fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f483fe

Related Colors


Comments

No comments written yet.

Please login to write comment.