color codes Logo

#f521fb color codes

#F521FB
(245,33,251)
0 Favorites   0 Comments

Color spaces of #f521fb

RGB 24533251
HSL0.830.960.56
HSV298°87°98°
CMYK 0.020.870.00   0.02
XYZ55.612627.465293.6370
Yxy27.46520.31470.1554
Hunter Lab52.407397.7048-69.2495
CIE-Lab59.402593.1870-60.1878

#f521fb color RGB value is (245,33,251).

#f521fb hex color red value is 245, green value is 33 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f521fb hue: 0.83 , saturation: 0.96 and the lightness value of f521fb is 0.56.

The process color (four color CMYK) of #f521fb color code is 0.02, 0.87, 0.00, 0.02. Web safe color of #f521fb is #ff33ff. Color #f521fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100001 11111011
Octal 365 41 373
Decimal 245 33 251
Hex F5 21 FB

RGB Percentages of Color #f521fb

%46.31
%6.24
%47.45

CMYK Percentages of Color #f521fb

%2
%87
%0
%2

Triadic Colors of #f521fb

#f521fb #fbf521 #21fbf5

Analogous Colors of #f521fb

#f521fb #fb2194 #8821fb

Monochromatic Colors of #f521fb

#f521fb

Complementary Color

#f521fb #27fb21

#f521fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f521fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f521fb Color CSS Codes

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

#f521fb Text Font Color

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

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


#f521fb Background Color

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

This div background color is #f521fb


#f521fb Border Color

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

This div border color is #f521fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f521fb

Related Colors


Comments

No comments written yet.

Please login to write comment.