Color Hex Logo

#f30ffb Color Hex

#F30FFB
(243,15,251)
0 Favorites   0 Comments

Color spaces of #f30ffb

RGB 24315251
HSL0.830.970.52
HSV298°94°98°
CMYK 0.030.940.00   0.02
XYZ54.545626.361493.4802
Yxy26.36140.31280.1512
Hunter Lab51.343499.7820-72.0082
CIE-Lab58.378594.9088-61.8471

#f30ffb color RGB value is (243,15,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001111 11111011
Octal 363 17 373
Decimal 243 15 251
Hex F3 F FB

RGB Percentages of Color #f30ffb

%47.74
%2.95
%49.31

CMYK Percentages of Color #f30ffb

%3
%94
%0
%2

Triadic Colors of #f30ffb

#f30ffb #fbf30f #0ffbf3

Analogous Colors of #f30ffb

#f30ffb #fb0f8d #7d0ffb

Monochromatic Colors of #f30ffb

#f30ffb

Complementary Color

#f30ffb #17fb0f

#f30ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30ffb Color CSS Codes

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

#f30ffb Text Font Color

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

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


#f30ffb Background Color

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

This div background color is #f30ffb


#f30ffb Border Color

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

This div border color is #f30ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30ffb


Comments

No comments written yet.

Please login to write comment.