Color Hex Logo

#f485ba Color Hex

#F485BA
(244,133,186)
0 Favorites   0 Comments

Color spaces of #f485ba

RGB 244133186
HSL0.920.830.74
HSV331°45°96°
CMYK 0.000.450.24   0.04
XYZ54.558739.553351.2134
Yxy39.55330.37540.2722
Hunter Lab62.891444.7899-4.2567
CIE-Lab69.150248.5124-8.7278

#f485ba color RGB value is (244,133,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000101 10111010
Octal 364 205 272
Decimal 244 133 186
Hex F4 85 BA

RGB Percentages of Color #f485ba

%43.34
%23.62
%33.04

CMYK Percentages of Color #f485ba

%0
%45
%24
%4

Triadic Colors of #f485ba

#f485ba #baf485 #85baf4

Analogous Colors of #f485ba

#f485ba #f48885 #f485f2

Monochromatic Colors of #f485ba

#f485ba

Complementary Color

#f485ba #85f4bf

#f485ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f485ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f485ba Color CSS Codes

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

#f485ba Text Font Color

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

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


#f485ba Background Color

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

This div background color is #f485ba


#f485ba Border Color

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

This div border color is #f485ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f485ba

#f485ba Color Palettes


Comments

No comments written yet.

Please login to write comment.