Color Hex Logo

#f82bb5 Color Hex

#F82BB5
(248,43,181)
0 Favorites   0 Comments

Color spaces of #f82bb5

RGB 24843181
HSL0.890.940.57
HSV320°83°97°
CMYK 0.000.830.27   0.03
XYZ47.915825.020446.0200
Yxy25.02040.40280.2103
Hunter Lab50.020483.4540-19.5340
CIE-Lab57.095382.8733-24.0661

#f82bb5 color RGB value is (248,43,181).

#f82bb5 hex color red value is 248, green value is 43 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #f82bb5 hue: 0.89 , saturation: 0.94 and the lightness value of f82bb5 is 0.57.

The process color (four color CMYK) of #f82bb5 color hex is 0.00, 0.83, 0.27, 0.03. Web safe color of #f82bb5 is #ff33cc. Color #f82bb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101011 10110101
Octal 370 53 265
Decimal 248 43 181
Hex F8 2B B5

RGB Percentages of Color #f82bb5

%52.54
%9.11
%38.35

CMYK Percentages of Color #f82bb5

%0
%83
%27
%3

Triadic Colors of #f82bb5

#f82bb5 #b5f82b #2bb5f8

Analogous Colors of #f82bb5

#f82bb5 #f82b4e #d52bf8

Monochromatic Colors of #f82bb5

#f82bb5

Complementary Color

#f82bb5 #2bf86e

#f82bb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82bb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82bb5 Color CSS Codes

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

#f82bb5 Text Font Color

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

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


#f82bb5 Background Color

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

This div background color is #f82bb5


#f82bb5 Border Color

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

This div border color is #f82bb5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,43,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f82bb5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f82bb5;
  -webkit-box-shadow: 1px 1px 3px 2px #f82bb5;
  box-shadow:         1px 1px 3px 2px #f82bb5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,43,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82bb5


Comments

No comments written yet.

Please login to write comment.