Color Hex Logo

#f480eb Color Hex

#F480EB
(244,128,235)
0 Favorites   0 Comments

Color spaces of #f480eb

RGB 244128235
HSL0.850.840.73
HSV305°48°96°
CMYK 0.000.480.04   0.04
XYZ60.022840.669683.2837
Yxy40.66960.32630.2211
Hunter Lab63.772756.4017-32.7886
CIE-Lab69.943858.5249-34.7279

#f480eb color RGB value is (244,128,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 11101011
Octal 364 200 353
Decimal 244 128 235
Hex F4 80 EB

RGB Percentages of Color #f480eb

%40.20
%21.09
%38.71

CMYK Percentages of Color #f480eb

%0
%48
%4
%4

Triadic Colors of #f480eb

#f480eb #ebf480 #80ebf4

Analogous Colors of #f480eb

#f480eb #f480b1 #c380f4

Monochromatic Colors of #f480eb

#f480eb

Complementary Color

#f480eb #80f489

#f480eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f480eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f480eb Color CSS Codes

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

#f480eb Text Font Color

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

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


#f480eb Background Color

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

This div background color is #f480eb


#f480eb Border Color

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

This div border color is #f480eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f480eb


Comments

No comments written yet.

Please login to write comment.