Color Hex Logo

#f482bf Color Hex

#F482BF
(244,130,191)
0 Favorites   0 Comments

Color spaces of #f482bf

RGB 244130191
HSL0.910.840.73
HSV328°47°96°
CMYK 0.000.470.22   0.04
XYZ54.694838.959953.9275
Yxy38.95990.37060.2640
Hunter Lab62.417947.1826-7.5326
CIE-Lab68.722250.7024-12.1662

#f482bf color RGB value is (244,130,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000010 10111111
Octal 364 202 277
Decimal 244 130 191
Hex F4 82 BF

RGB Percentages of Color #f482bf

%43.19
%23.01
%33.81

CMYK Percentages of Color #f482bf

%0
%47
%22
%4

Triadic Colors of #f482bf

#f482bf #bff482 #82bff4

Analogous Colors of #f482bf

#f482bf #f48286 #f082f4

Monochromatic Colors of #f482bf

#f482bf

Complementary Color

#f482bf #82f4b7

#f482bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f482bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f482bf Color CSS Codes

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

#f482bf Text Font Color

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

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


#f482bf Background Color

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

This div background color is #f482bf


#f482bf Border Color

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

This div border color is #f482bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f482bf


Comments

No comments written yet.

Please login to write comment.