Color Hex Logo

#f552fb Color Hex

#F552FB
(245,82,251)
0 Favorites   0 Comments

Color spaces of #f552fb

RGB 24582251
HSL0.830.950.65
HSV298°67°98°
CMYK 0.020.670.00   0.02
XYZ58.086132.412194.4615
Yxy32.41210.31400.1752
Hunter Lab56.931682.4893-58.5224
CIE-Lab63.682080.8510-53.3659

#f552fb color RGB value is (245,82,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010010 11111011
Octal 365 122 373
Decimal 245 82 251
Hex F5 52 FB

RGB Percentages of Color #f552fb

%42.39
%14.19
%43.43

CMYK Percentages of Color #f552fb

%2
%67
%0
%2

Triadic Colors of #f552fb

#f552fb #fbf552 #52fbf5

Analogous Colors of #f552fb

#f552fb #fb52ad #a152fb

Monochromatic Colors of #f552fb

#f552fb

Complementary Color

#f552fb #58fb52

#f552fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f552fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f552fb Color CSS Codes

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

#f552fb Text Font Color

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

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


#f552fb Background Color

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

This div background color is #f552fb


#f552fb Border Color

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

This div border color is #f552fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f552fb

Related Colors


Comments

No comments written yet.

Please login to write comment.