Color Hex Logo

#f37cfe Color Hex

#F37CFE
(243,124,254)
0 Favorites   0 Comments

Color spaces of #f37cfe

RGB 243124254
HSL0.820.980.74
HSV295°51°100°
CMYK 0.040.510.00   0.00
XYZ62.059240.625798.3366
Yxy40.62570.30870.2021
Hunter Lab63.738362.2557-46.8569
CIE-Lab69.912963.4556-45.1965

#f37cfe color RGB value is (243,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111100 11111110
Octal 363 174 376
Decimal 243 124 254
Hex F3 7C FE

RGB Percentages of Color #f37cfe

%39.13
%19.97
%40.90

CMYK Percentages of Color #f37cfe

%4
%51
%0
%0

Triadic Colors of #f37cfe

#f37cfe #fef37c #7cfef3

Analogous Colors of #f37cfe

#f37cfe #fe7cc8 #b27cfe

Monochromatic Colors of #f37cfe

#f37cfe

Complementary Color

#f37cfe #87fe7c

#f37cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37cfe Color CSS Codes

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

#f37cfe Text Font Color

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

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


#f37cfe Background Color

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

This div background color is #f37cfe


#f37cfe Border Color

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

This div border color is #f37cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.