Color Hex Logo

#f552bb Color Hex

#F552BB
(245,82,187)
0 Favorites   0 Comments

Color spaces of #f552bb

RGB 24582187
HSL0.890.890.64
HSV321°67°96°
CMYK 0.000.670.24   0.04
XYZ49.643129.034950.0015
Yxy29.03490.38580.2256
Hunter Lab53.884070.1541-17.2991
CIE-Lab60.812471.5766-21.8666

#f552bb color RGB value is (245,82,187).

#f552bb hex color red value is 245, green value is 82 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f552bb hue: 0.89 , saturation: 0.89 and the lightness value of f552bb is 0.64.

The process color (four color CMYK) of #f552bb color hex is 0.00, 0.67, 0.24, 0.04. Web safe color of #f552bb is #ff66cc. Color #f552bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010010 10111011
Octal 365 122 273
Decimal 245 82 187
Hex F5 52 BB

RGB Percentages of Color #f552bb

%47.67
%15.95
%36.38

CMYK Percentages of Color #f552bb

%0
%67
%24
%4

Triadic Colors of #f552bb

#f552bb #bbf552 #52bbf5

Analogous Colors of #f552bb

#f552bb #f5526a #de52f5

Monochromatic Colors of #f552bb

#f552bb

Complementary Color

#f552bb #52f58c

#f552bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f552bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f552bb Color CSS Codes

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

#f552bb Text Font Color

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

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


#f552bb Background Color

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

This div background color is #f552bb


#f552bb Border Color

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

This div border color is #f552bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,82,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f552bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f552bb


Comments

No comments written yet.

Please login to write comment.