Color Hex Logo

#f318fb Color Hex

#F318FB
(243,24,251)
0 Favorites   0 Comments

Color spaces of #f318fb

RGB 24324251
HSL0.830.970.54
HSV298°90°98°
CMYK 0.030.900.00   0.02
XYZ54.701426.673093.5321
Yxy26.67300.31270.1525
Hunter Lab51.645998.6801-71.2236
CIE-Lab58.670494.0458-61.3789

#f318fb color RGB value is (243,24,251).

#f318fb hex color red value is 243, green value is 24 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f318fb hue: 0.83 , saturation: 0.97 and the lightness value of f318fb is 0.54.

The process color (four color CMYK) of #f318fb color hex is 0.03, 0.90, 0.00, 0.02. Web safe color of #f318fb is #ff00ff. Color #f318fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011000 11111011
Octal 363 30 373
Decimal 243 24 251
Hex F3 18 FB

RGB Percentages of Color #f318fb

%46.91
%4.63
%48.46

CMYK Percentages of Color #f318fb

%3
%90
%0
%2

Triadic Colors of #f318fb

#f318fb #fbf318 #18fbf3

Analogous Colors of #f318fb

#f318fb #fb1892 #8218fb

Monochromatic Colors of #f318fb

#f318fb

Complementary Color

#f318fb #20fb18

#f318fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f318fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f318fb Color CSS Codes

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

#f318fb Text Font Color

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

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


#f318fb Background Color

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

This div background color is #f318fb


#f318fb Border Color

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

This div border color is #f318fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f318fb


Comments

No comments written yet.

Please login to write comment.