Color Hex Logo

#f373fe Color Hex

#F373FE
(243,115,254)
0 Favorites   0 Comments

Color spaces of #f373fe

RGB 243115254
HSL0.820.990.72
HSV295°55°100°
CMYK 0.040.550.00   0.00
XYZ60.982338.471997.9776
Yxy38.47190.30890.1949
Hunter Lab62.025766.9522-50.2382
CIE-Lab68.367067.5953-47.6263

#f373fe color RGB value is (243,115,254).

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

The process color (four color CMYK) of #f373fe color hex is 0.04, 0.55, 0.00, 0.00. Web safe color of #f373fe is #ff66ff. Color #f373fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110011 11111110
Octal 363 163 376
Decimal 243 115 254
Hex F3 73 FE

RGB Percentages of Color #f373fe

%39.71
%18.79
%41.50

CMYK Percentages of Color #f373fe

%4
%55
%0
%0

Triadic Colors of #f373fe

#f373fe #fef373 #73fef3

Analogous Colors of #f373fe

#f373fe #fe73c4 #ae73fe

Monochromatic Colors of #f373fe

#f373fe

Complementary Color

#f373fe #7efe73

#f373fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f373fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f373fe Color CSS Codes

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

#f373fe Text Font Color

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

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


#f373fe Background Color

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

This div background color is #f373fe


#f373fe Border Color

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

This div border color is #f373fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f373fe

Related Colors


Comments

No comments written yet.

Please login to write comment.