Color Hex Logo

#f480bf Color Hex

#F480BF
(244,128,191)
0 Favorites   0 Comments

Color spaces of #f480bf

RGB 244128191
HSL0.910.840.73
HSV327°48°96°
CMYK 0.000.480.22   0.04
XYZ54.431438.433053.8397
Yxy38.43300.37100.2620
Hunter Lab61.994448.2339-8.0950
CIE-Lab68.338551.6874-12.7418

#f480bf color RGB value is (244,128,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 10111111
Octal 364 200 277
Decimal 244 128 191
Hex F4 80 BF

RGB Percentages of Color #f480bf

%43.34
%22.74
%33.93

CMYK Percentages of Color #f480bf

%0
%48
%22
%4

Triadic Colors of #f480bf

#f480bf #bff480 #80bff4

Analogous Colors of #f480bf

#f480bf #f48085 #ef80f4

Monochromatic Colors of #f480bf

#f480bf

Complementary Color

#f480bf #80f4b5

#f480bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f480bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f480bf Color CSS Codes

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

#f480bf Text Font Color

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

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


#f480bf Background Color

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

This div background color is #f480bf


#f480bf Border Color

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

This div border color is #f480bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f480bf


Comments

No comments written yet.

Please login to write comment.