Color Hex Logo

#f533fb Color Hex

#F533FB
(245,51,251)
0 Favorites   0 Comments

Color spaces of #f533fb

RGB 24551251
HSL0.830.960.59
HSV298°80°98°
CMYK 0.020.800.00   0.02
XYZ56.252628.745293.8503
Yxy28.74520.31450.1607
Hunter Lab53.614693.4574-66.2548
CIE-Lab60.556189.8126-58.3431

#f533fb color RGB value is (245,51,251).

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

The process color (four color CMYK) of #f533fb color hex is 0.02, 0.80, 0.00, 0.02. Web safe color of #f533fb is #ff33ff. Color #f533fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110011 11111011
Octal 365 63 373
Decimal 245 51 251
Hex F5 33 FB

RGB Percentages of Color #f533fb

%44.79
%9.32
%45.89

CMYK Percentages of Color #f533fb

%2
%80
%0
%2

Triadic Colors of #f533fb

#f533fb #fbf533 #33fbf5

Analogous Colors of #f533fb

#f533fb #fb339d #9133fb

Monochromatic Colors of #f533fb

#f533fb

Complementary Color

#f533fb #39fb33

#f533fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f533fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f533fb Color CSS Codes

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

#f533fb Text Font Color

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

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


#f533fb Background Color

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

This div background color is #f533fb


#f533fb Border Color

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

This div border color is #f533fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f533fb


Comments

No comments written yet.

Please login to write comment.