Color Hex Logo

#f85acd Color Hex

#F85ACD
(248,90,205)
0 Favorites   0 Comments

Color spaces of #f85acd

RGB 24890205
HSL0.880.920.66
HSV316°64°97°
CMYK 0.000.640.17   0.03
XYZ53.387031.676661.0580
Yxy31.67660.36540.2168
Hunter Lab56.282070.8251-24.9239
CIE-Lab63.074771.7036-28.5910

#f85acd color RGB value is (248,90,205).

#f85acd hex color red value is 248, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f85acd hue: 0.88 , saturation: 0.92 and the lightness value of f85acd is 0.66.

The process color (four color CMYK) of #f85acd color hex is 0.00, 0.64, 0.17, 0.03. Web safe color of #f85acd is #ff66cc. Color #f85acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011010 11001101
Octal 370 132 315
Decimal 248 90 205
Hex F8 5A CD

RGB Percentages of Color #f85acd

%45.67
%16.57
%37.75

CMYK Percentages of Color #f85acd

%0
%64
%17
%3

Triadic Colors of #f85acd

#f85acd #cdf85a #5acdf8

Analogous Colors of #f85acd

#f85acd #f85a7e #d45af8

Monochromatic Colors of #f85acd

#f85acd

Complementary Color

#f85acd #5af885

#f85acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85acd Color CSS Codes

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

#f85acd Text Font Color

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

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


#f85acd Background Color

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

This div background color is #f85acd


#f85acd Border Color

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

This div border color is #f85acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85acd

Related Colors


Comments

No comments written yet.

Please login to write comment.