Color Hex Logo

#f480ed Color Hex

#F480ED
(244,128,237)
0 Favorites   0 Comments

Color spaces of #f480ed

RGB 244128237
HSL0.840.840.73
HSV304°48°96°
CMYK 0.000.480.03   0.04
XYZ60.313540.785984.8144
Yxy40.78590.32440.2194
Hunter Lab63.863856.8151-34.0354
CIE-Lab70.025758.8635-35.7005

#f480ed color RGB value is (244,128,237).

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

The process color (four color CMYK) of #f480ed color hex is 0.00, 0.48, 0.03, 0.04. Web safe color of #f480ed is #ff99ff. Color #f480ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 11101101
Octal 364 200 355
Decimal 244 128 237
Hex F4 80 ED

RGB Percentages of Color #f480ed

%40.07
%21.02
%38.92

CMYK Percentages of Color #f480ed

%0
%48
%3
%4

Triadic Colors of #f480ed

#f480ed #edf480 #80edf4

Analogous Colors of #f480ed

#f480ed #f480b3 #c180f4

Monochromatic Colors of #f480ed

#f480ed

Complementary Color

#f480ed #80f487

#f480ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f480ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f480ed Color CSS Codes

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

#f480ed Text Font Color

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

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


#f480ed Background Color

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

This div background color is #f480ed


#f480ed Border Color

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

This div border color is #f480ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f480ed


Comments

No comments written yet.

Please login to write comment.