Color Hex Logo

#f582bb Color Hex

#F582BB
(245,130,187)
0 Favorites   0 Comments

Color spaces of #f582bb

RGB 245130187
HSL0.920.850.74
HSV330°47°96°
CMYK 0.000.470.24   0.04
XYZ54.608538.965651.6566
Yxy38.96560.37600.2683
Hunter Lab62.422446.9164-5.3687
CIE-Lab68.726350.4657-9.9060

#f582bb color RGB value is (245,130,187).

#f582bb hex color red value is 245, green value is 130 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f582bb hue: 0.92 , saturation: 0.85 and the lightness value of f582bb is 0.74.

The process color (four color CMYK) of #f582bb color hex is 0.00, 0.47, 0.24, 0.04. Web safe color of #f582bb is #ff99cc. Color #f582bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 10111011
Octal 365 202 273
Decimal 245 130 187
Hex F5 82 BB

RGB Percentages of Color #f582bb

%43.59
%23.13
%33.27

CMYK Percentages of Color #f582bb

%0
%47
%24
%4

Triadic Colors of #f582bb

#f582bb #bbf582 #82bbf5

Analogous Colors of #f582bb

#f582bb #f58382 #f582f5

Monochromatic Colors of #f582bb

#f582bb

Complementary Color

#f582bb #82f5bc

#f582bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f582bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f582bb Color CSS Codes

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

#f582bb Text Font Color

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

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


#f582bb Background Color

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

This div background color is #f582bb


#f582bb Border Color

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

This div border color is #f582bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f582bb


Comments

No comments written yet.

Please login to write comment.