Color Hex Logo

#f480de Color Hex

#F480DE
(244,128,222)
0 Favorites   0 Comments

Color spaces of #f480de

RGB 244128222
HSL0.860.840.73
HSV311°48°96°
CMYK 0.000.480.09   0.04
XYZ58.212239.945473.7493
Yxy39.94540.33860.2324
Hunter Lab63.202453.8023-24.9424
CIE-Lab69.430656.3794-28.3482

#f480de color RGB value is (244,128,222).

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

The process color (four color CMYK) of #f480de color hex is 0.00, 0.48, 0.09, 0.04. Web safe color of #f480de is #ff99cc. Color #f480de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 11011110
Octal 364 200 336
Decimal 244 128 222
Hex F4 80 DE

RGB Percentages of Color #f480de

%41.08
%21.55
%37.37

CMYK Percentages of Color #f480de

%0
%48
%9
%4

Triadic Colors of #f480de

#f480de #def480 #80def4

Analogous Colors of #f480de

#f480de #f480a4 #d080f4

Monochromatic Colors of #f480de

#f480de

Complementary Color

#f480de #80f496

#f480de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f480de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f480de Color CSS Codes

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

#f480de Text Font Color

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

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


#f480de Background Color

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

This div background color is #f480de


#f480de Border Color

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

This div border color is #f480de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f480de


Comments

No comments written yet.

Please login to write comment.