Color Hex Logo

#f483bf Color Hex

#F483BF
(244,131,191)
0 Favorites   0 Comments

Color spaces of #f483bf

RGB 244131191
HSL0.910.840.74
HSV328°46°96°
CMYK 0.000.460.22   0.04
XYZ54.828539.227353.9721
Yxy39.22730.37040.2650
Hunter Lab62.631746.6554-7.2502
CIE-Lab68.915650.2074-11.8764

#f483bf color RGB value is (244,131,191).

#f483bf hex color red value is 244, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f483bf hue: 0.91 , saturation: 0.84 and the lightness value of f483bf is 0.74.

The process color (four color CMYK) of #f483bf color hex is 0.00, 0.46, 0.22, 0.04. Web safe color of #f483bf is #ff99cc. Color #f483bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000011 10111111
Octal 364 203 277
Decimal 244 131 191
Hex F4 83 BF

RGB Percentages of Color #f483bf

%43.11
%23.14
%33.75

CMYK Percentages of Color #f483bf

%0
%46
%22
%4

Triadic Colors of #f483bf

#f483bf #bff483 #83bff4

Analogous Colors of #f483bf

#f483bf #f48387 #f183f4

Monochromatic Colors of #f483bf

#f483bf

Complementary Color

#f483bf #83f4b8

#f483bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f483bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f483bf Color CSS Codes

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

#f483bf Text Font Color

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

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


#f483bf Background Color

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

This div background color is #f483bf


#f483bf Border Color

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

This div border color is #f483bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,131,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f483bf


Comments

No comments written yet.

Please login to write comment.