Color Hex Logo

#f483ab Color Hex

#F483AB
(244,131,171)
0 Favorites   0 Comments

Color spaces of #f483ab

RGB 244131171
HSL0.940.840.74
HSV339°46°96°
CMYK 0.000.460.30   0.04
XYZ52.775238.406043.1596
Yxy38.40600.39280.2859
Hunter Lab61.972643.55672.0894
CIE-Lab68.318847.5178-1.5388

#f483ab color RGB value is (244,131,171).

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

The process color (four color CMYK) of #f483ab color hex is 0.00, 0.46, 0.30, 0.04. Web safe color of #f483ab is #ff9999. Color #f483ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000011 10101011
Octal 364 203 253
Decimal 244 131 171
Hex F4 83 AB

RGB Percentages of Color #f483ab

%44.69
%23.99
%31.32

CMYK Percentages of Color #f483ab

%0
%46
%30
%4

Triadic Colors of #f483ab

#f483ab #abf483 #83abf4

Analogous Colors of #f483ab

#f483ab #f49483 #f483e4

Monochromatic Colors of #f483ab

#f483ab

Complementary Color

#f483ab #83f4cc

#f483ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f483ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f483ab Color CSS Codes

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

#f483ab Text Font Color

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

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


#f483ab Background Color

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

This div background color is #f483ab


#f483ab Border Color

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

This div border color is #f483ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f483ab


Comments

No comments written yet.

Please login to write comment.