Color Hex Logo

#f480ba Color Hex

#F480BA
(244,128,186)
0 Favorites   0 Comments

Color spaces of #f480ba

RGB 244128186
HSL0.920.840.73
HSV330°48°96°
CMYK 0.000.480.24   0.04
XYZ53.890338.216650.9906
Yxy38.21660.37660.2671
Hunter Lab61.819647.4205-5.6304
CIE-Lab68.180050.9906-10.1747

#f480ba color RGB value is (244,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 10111010
Octal 364 200 272
Decimal 244 128 186
Hex F4 80 BA

RGB Percentages of Color #f480ba

%43.73
%22.94
%33.33

CMYK Percentages of Color #f480ba

%0
%48
%24
%4

Triadic Colors of #f480ba

#f480ba #baf480 #80baf4

Analogous Colors of #f480ba

#f480ba #f48080 #f480f4

Monochromatic Colors of #f480ba

#f480ba

Complementary Color

#f480ba #80f4ba

#f480ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f480ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f480ba Color CSS Codes

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

#f480ba Text Font Color

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

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


#f480ba Background Color

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

This div background color is #f480ba


#f480ba Border Color

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

This div border color is #f480ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f480ba


Comments

No comments written yet.

Please login to write comment.