Color Hex Logo

#f827fa Color Hex

#F827FA
(248,39,250)
0 Favorites   0 Comments

Color spaces of #f827fa

RGB 24839250
HSL0.830.950.57
HSV299°84°98°
CMYK 0.010.840.00   0.02
XYZ56.692228.309692.9188
Yxy28.30960.31860.1591
Hunter Lab53.206897.0812-66.2977
CIE-Lab60.167492.5786-58.3815

#f827fa color RGB value is (248,39,250).

#f827fa hex color red value is 248, green value is 39 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f827fa hue: 0.83 , saturation: 0.95 and the lightness value of f827fa is 0.57.

The process color (four color CMYK) of #f827fa color hex is 0.01, 0.84, 0.00, 0.02. Web safe color of #f827fa is #ff33ff. Color #f827fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100111 11111010
Octal 370 47 372
Decimal 248 39 250
Hex F8 27 FA

RGB Percentages of Color #f827fa

%46.18
%7.26
%46.55

CMYK Percentages of Color #f827fa

%1
%84
%0
%2

Triadic Colors of #f827fa

#f827fa #faf827 #27faf8

Analogous Colors of #f827fa

#f827fa #fa2793 #8f27fa

Monochromatic Colors of #f827fa

#f827fa

Complementary Color

#f827fa #29fa27

#f827fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f827fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f827fa Color CSS Codes

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

#f827fa Text Font Color

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

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


#f827fa Background Color

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

This div background color is #f827fa


#f827fa Border Color

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

This div border color is #f827fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f827fa

Related Colors


Comments

No comments written yet.

Please login to write comment.