Color Hex Logo

#f82acd Color Hex

#F82ACD
(248,42,205)
0 Favorites   0 Comments

Color spaces of #f82acd

RGB 24842205
HSL0.870.940.57
HSV313°83°97°
CMYK 0.000.830.17   0.03
XYZ50.558826.020260.1153
Yxy26.02020.36990.1904
Hunter Lab51.010087.6536-34.1663
CIE-Lab58.056285.9175-36.3903

#f82acd color RGB value is (248,42,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101010 11001101
Octal 370 52 315
Decimal 248 42 205
Hex F8 2A CD

RGB Percentages of Color #f82acd

%50.10
%8.48
%41.41

CMYK Percentages of Color #f82acd

%0
%83
%17
%3

Triadic Colors of #f82acd

#f82acd #cdf82a #2acdf8

Analogous Colors of #f82acd

#f82acd #f82a66 #bc2af8

Monochromatic Colors of #f82acd

#f82acd

Complementary Color

#f82acd #2af855

#f82acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82acd Color CSS Codes

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

#f82acd Text Font Color

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

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


#f82acd Background Color

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

This div background color is #f82acd


#f82acd Border Color

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

This div border color is #f82acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82acd


Comments

No comments written yet.

Please login to write comment.