Color Hex Logo

#f375fe Color Hex

#F375FE
(243,117,254)
0 Favorites   0 Comments

Color spaces of #f375fe

RGB 243117254
HSL0.820.990.73
HSV295°54°100°
CMYK 0.040.540.00   0.00
XYZ61.212838.933098.0545
Yxy38.93300.30880.1964
Hunter Lab62.396365.9207-49.4956
CIE-Lab68.702766.6908-47.0980

#f375fe color RGB value is (243,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110101 11111110
Octal 363 165 376
Decimal 243 117 254
Hex F3 75 FE

RGB Percentages of Color #f375fe

%39.58
%19.06
%41.37

CMYK Percentages of Color #f375fe

%4
%54
%0
%0

Triadic Colors of #f375fe

#f375fe #fef375 #75fef3

Analogous Colors of #f375fe

#f375fe #fe75c5 #af75fe

Monochromatic Colors of #f375fe

#f375fe

Complementary Color

#f375fe #80fe75

#f375fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f375fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f375fe Color CSS Codes

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

#f375fe Text Font Color

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

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


#f375fe Background Color

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

This div background color is #f375fe


#f375fe Border Color

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

This div border color is #f375fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f375fe


Comments

No comments written yet.

Please login to write comment.