Color Hex Logo

#f483da Color Hex

#F483DA
(244,131,218)
0 Favorites   0 Comments

Color spaces of #f483da

RGB 244131218
HSL0.870.840.74
HSV314°46°96°
CMYK 0.000.460.11   0.04
XYZ58.079440.527771.0912
Yxy40.52770.34230.2388
Hunter Lab63.661451.4413-21.6467
CIE-Lab69.843754.2756-25.4998

#f483da color RGB value is (244,131,218).

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

The process color (four color CMYK) of #f483da color hex is 0.00, 0.46, 0.11, 0.04. Web safe color of #f483da is #ff99cc. Color #f483da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000011 11011010
Octal 364 203 332
Decimal 244 131 218
Hex F4 83 DA

RGB Percentages of Color #f483da

%41.15
%22.09
%36.76

CMYK Percentages of Color #f483da

%0
%46
%11
%4

Triadic Colors of #f483da

#f483da #daf483 #83daf4

Analogous Colors of #f483da

#f483da #f483a2 #d683f4

Monochromatic Colors of #f483da

#f483da

Complementary Color

#f483da #83f49d

#f483da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f483da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f483da Color CSS Codes

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

#f483da Text Font Color

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

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


#f483da Background Color

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

This div background color is #f483da


#f483da Border Color

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

This div border color is #f483da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f483da


Comments

No comments written yet.

Please login to write comment.