Color Hex Logo

#f82cad Color Hex

#F82CAD
(248,44,173)
0 Favorites   0 Comments

Color spaces of #f82cad

RGB 24844173
HSL0.890.940.57
HSV322°82°97°
CMYK 0.000.820.30   0.03
XYZ47.154924.775041.8319
Yxy24.77500.41450.2178
Hunter Lab49.774582.0003-14.9869
CIE-Lab56.855581.7891-19.7808

#f82cad color RGB value is (248,44,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101100 10101101
Octal 370 54 255
Decimal 248 44 173
Hex F8 2C AD

RGB Percentages of Color #f82cad

%53.33
%9.46
%37.20

CMYK Percentages of Color #f82cad

%0
%82
%30
%3

Triadic Colors of #f82cad

#f82cad #adf82c #2cadf8

Analogous Colors of #f82cad

#f82cad #f82c47 #dd2cf8

Monochromatic Colors of #f82cad

#f82cad

Complementary Color

#f82cad #2cf877

#f82cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82cad Color CSS Codes

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

#f82cad Text Font Color

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

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


#f82cad Background Color

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

This div background color is #f82cad


#f82cad Border Color

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

This div border color is #f82cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82cad

Related Colors


Comments

No comments written yet.

Please login to write comment.