Color Hex Logo

#f480ec Color Hex

#F480EC
(244,128,236)
0 Favorites   0 Comments

Color spaces of #f480ec

RGB 244128236
HSL0.840.840.73
HSV304°48°96°
CMYK 0.000.480.03   0.04
XYZ60.167740.727684.0469
Yxy40.72760.32530.2202
Hunter Lab63.818256.6078-33.4107
CIE-Lab69.984758.6938-35.2145

#f480ec color RGB value is (244,128,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 11101100
Octal 364 200 354
Decimal 244 128 236
Hex F4 80 EC

RGB Percentages of Color #f480ec

%40.13
%21.05
%38.82

CMYK Percentages of Color #f480ec

%0
%48
%3
%4

Triadic Colors of #f480ec

#f480ec #ecf480 #80ecf4

Analogous Colors of #f480ec

#f480ec #f480b2 #c280f4

Monochromatic Colors of #f480ec

#f480ec

Complementary Color

#f480ec #80f488

#f480ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f480ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f480ec Color CSS Codes

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

#f480ec Text Font Color

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

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


#f480ec Background Color

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

This div background color is #f480ec


#f480ec Border Color

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

This div border color is #f480ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f480ec


Comments

No comments written yet.

Please login to write comment.