Color Hex Logo

#f394fe Color Hex

#F394FE
(243,148,254)
0 Favorites   0 Comments

Color spaces of #f394fe

RGB 243148254
HSL0.820.980.79
HSV294°42°100°
CMYK 0.040.420.00   0.00
XYZ65.441447.390399.4640
Yxy47.39030.30830.2232
Hunter Lab68.840649.2150-37.4764
CIE-Lab74.438751.6887-38.1293

#f394fe color RGB value is (243,148,254).

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

The process color (four color CMYK) of #f394fe color hex is 0.04, 0.42, 0.00, 0.00. Web safe color of #f394fe is #ff99ff. Color #f394fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010100 11111110
Octal 363 224 376
Decimal 243 148 254
Hex F3 94 FE

RGB Percentages of Color #f394fe

%37.67
%22.95
%39.38

CMYK Percentages of Color #f394fe

%4
%42
%0
%0

Triadic Colors of #f394fe

#f394fe #fef394 #94fef3

Analogous Colors of #f394fe

#f394fe #fe94d4 #be94fe

Monochromatic Colors of #f394fe

#f394fe

Complementary Color

#f394fe #9ffe94

#f394fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f394fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f394fe Color CSS Codes

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

#f394fe Text Font Color

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

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


#f394fe Background Color

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

This div background color is #f394fe


#f394fe Border Color

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

This div border color is #f394fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f394fe

Related Colors


Comments

No comments written yet.

Please login to write comment.