Color Hex Logo

#f82cab Color Hex

#F82CAB
(248,44,171)
0 Favorites   0 Comments

Color spaces of #f82cab

RGB 24844171
HSL0.900.940.57
HSV323°82°97°
CMYK 0.000.820.31   0.03
XYZ46.962824.698140.8201
Yxy24.69810.41750.2196
Hunter Lab49.697281.7087-13.9114
CIE-Lab56.780181.5761-18.7291

#f82cab color RGB value is (248,44,171).

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

The process color (four color CMYK) of #f82cab color hex is 0.00, 0.82, 0.31, 0.03. Web safe color of #f82cab is #ff3399. Color #f82cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101100 10101011
Octal 370 54 253
Decimal 248 44 171
Hex F8 2C AB

RGB Percentages of Color #f82cab

%53.56
%9.50
%36.93

CMYK Percentages of Color #f82cab

%0
%82
%31
%3

Triadic Colors of #f82cab

#f82cab #abf82c #2cabf8

Analogous Colors of #f82cab

#f82cab #f82c45 #df2cf8

Monochromatic Colors of #f82cab

#f82cab

Complementary Color

#f82cab #2cf879

#f82cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82cab Color CSS Codes

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

#f82cab Text Font Color

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

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


#f82cab Background Color

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

This div background color is #f82cab


#f82cab Border Color

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

This div border color is #f82cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82cab

Related Colors


Comments

No comments written yet.

Please login to write comment.