Color Hex Logo

#f374fb Color Hex

#F374FB
(243,116,251)
0 Favorites   0 Comments

Color spaces of #f374fb

RGB 243116251
HSL0.820.940.72
HSV296°54°98°
CMYK 0.030.540.00   0.02
XYZ60.620138.510595.5050
Yxy38.51050.31150.1979
Hunter Lab62.056865.7679-47.8071
CIE-Lab68.395266.6182-45.9396

#f374fb color RGB value is (243,116,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110100 11111011
Octal 363 164 373
Decimal 243 116 251
Hex F3 74 FB

RGB Percentages of Color #f374fb

%39.84
%19.02
%41.15

CMYK Percentages of Color #f374fb

%3
%54
%0
%2

Triadic Colors of #f374fb

#f374fb #fbf374 #74fbf3

Analogous Colors of #f374fb

#f374fb #fb74c0 #b074fb

Monochromatic Colors of #f374fb

#f374fb

Complementary Color

#f374fb #7cfb74

#f374fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f374fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f374fb Color CSS Codes

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

#f374fb Text Font Color

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

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


#f374fb Background Color

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

This div background color is #f374fb


#f374fb Border Color

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

This div border color is #f374fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,116,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f374fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f374fb


Comments

No comments written yet.

Please login to write comment.