Color Hex Logo

#f348fe Color Hex

#F348FE
(243,72,254)
0 Favorites   0 Comments

Color spaces of #f348fe

RGB 24372254
HSL0.820.990.64
HSV296°72°100°
CMYK 0.040.720.00   0.00
XYZ57.168930.845296.7065
Yxy30.84520.30950.1670
Hunter Lab55.538586.5479-64.3620
CIE-Lab62.376784.2321-57.1157

#f348fe color RGB value is (243,72,254).

#f348fe hex color red value is 243, green value is 72 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f348fe hue: 0.82 , saturation: 0.99 and the lightness value of f348fe is 0.64.

The process color (four color CMYK) of #f348fe color hex is 0.04, 0.72, 0.00, 0.00. Web safe color of #f348fe is #ff33ff. Color #f348fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001000 11111110
Octal 363 110 376
Decimal 243 72 254
Hex F3 48 FE

RGB Percentages of Color #f348fe

%42.71
%12.65
%44.64

CMYK Percentages of Color #f348fe

%4
%72
%0
%0

Triadic Colors of #f348fe

#f348fe #fef348 #48fef3

Analogous Colors of #f348fe

#f348fe #fe48ae #9848fe

Monochromatic Colors of #f348fe

#f348fe

Complementary Color

#f348fe #53fe48

#f348fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f348fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f348fe Color CSS Codes

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

#f348fe Text Font Color

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

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


#f348fe Background Color

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

This div background color is #f348fe


#f348fe Border Color

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

This div border color is #f348fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,72,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 #f348fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f348fe

Related Colors


Comments

No comments written yet.

Please login to write comment.