Color Hex Logo

#f878ff Color Hex

#F878FF
(248,120,255)
0 Favorites   0 Comments

Color spaces of #f878ff

RGB 248120255
HSL0.821.000.74
HSV297°53°100°
CMYK 0.030.530.00   0.00
XYZ63.477940.609499.1005
Yxy40.60940.31240.1999
Hunter Lab63.725566.2868-47.5949
CIE-Lab69.901466.7857-45.7156

#f878ff color RGB value is (248,120,255).

#f878ff hex color red value is 248, green value is 120 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f878ff hue: 0.82 , saturation: 1.00 and the lightness value of f878ff is 0.74.

The process color (four color CMYK) of #f878ff color hex is 0.03, 0.53, 0.00, 0.00. Web safe color of #f878ff is #ff66ff. Color #f878ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111000 11111111
Octal 370 170 377
Decimal 248 120 255
Hex F8 78 FF

RGB Percentages of Color #f878ff

%39.81
%19.26
%40.93

CMYK Percentages of Color #f878ff

%3
%53
%0
%0

Triadic Colors of #f878ff

#f878ff #fff878 #78fff8

Analogous Colors of #f878ff

#f878ff #ff78c3 #b578ff

Monochromatic Colors of #f878ff

#f878ff

Complementary Color

#f878ff #7fff78

#f878ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f878ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f878ff Color CSS Codes

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

#f878ff Text Font Color

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

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


#f878ff Background Color

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

This div background color is #f878ff


#f878ff Border Color

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

This div border color is #f878ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,120,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f878ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f878ff;
  -webkit-box-shadow: 1px 1px 3px 2px #f878ff;
  box-shadow:         1px 1px 3px 2px #f878ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,120,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f878ff

Related Colors


Comments

No comments written yet.

Please login to write comment.