Color Hex Logo

#f812fe Color Hex

#F812FE
(248,18,254)
0 Favorites   0 Comments

Color spaces of #f812fe

RGB 24818254
HSL0.830.990.53
HSV298°93°100°
CMYK 0.020.930.00   0.00
XYZ56.817127.544896.0880
Yxy27.54480.31490.1526
Hunter Lab52.4831101.3947-71.8120
CIE-Lab59.475295.8710-61.7076

#f812fe color RGB value is (248,18,254).

#f812fe hex color red value is 248, green value is 18 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f812fe hue: 0.83 , saturation: 0.99 and the lightness value of f812fe is 0.53.

The process color (four color CMYK) of #f812fe color hex is 0.02, 0.93, 0.00, 0.00. Web safe color of #f812fe is #ff00ff. Color #f812fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010010 11111110
Octal 370 22 376
Decimal 248 18 254
Hex F8 12 FE

RGB Percentages of Color #f812fe

%47.69
%3.46
%48.85

CMYK Percentages of Color #f812fe

%2
%93
%0
%0

Triadic Colors of #f812fe

#f812fe #fef812 #12fef8

Analogous Colors of #f812fe

#f812fe #fe128e #8212fe

Monochromatic Colors of #f812fe

#f812fe

Complementary Color

#f812fe #18fe12

#f812fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f812fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f812fe Color CSS Codes

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

#f812fe Text Font Color

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

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


#f812fe Background Color

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

This div background color is #f812fe


#f812fe Border Color

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

This div border color is #f812fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f812fe

Related Colors


Comments

No comments written yet.

Please login to write comment.