Color Hex Logo

#f85cae Color Hex

#F85CAE
(248,92,174)
0 Favorites   0 Comments

Color spaces of #f85cae

RGB 24892174
HSL0.910.920.67
HSV328°63°97°
CMYK 0.000.630.30   0.03
XYZ50.178530.666743.3190
Yxy30.66670.40410.2470
Hunter Lab55.377564.8312-7.6153
CIE-Lab62.225366.9292-12.2255

#f85cae color RGB value is (248,92,174).

#f85cae hex color red value is 248, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f85cae hue: 0.91 , saturation: 0.92 and the lightness value of f85cae is 0.67.

The process color (four color CMYK) of #f85cae color hex is 0.00, 0.63, 0.30, 0.03. Web safe color of #f85cae is #ff6699. Color #f85cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011100 10101110
Octal 370 134 256
Decimal 248 92 174
Hex F8 5C AE

RGB Percentages of Color #f85cae

%48.25
%17.90
%33.85

CMYK Percentages of Color #f85cae

%0
%63
%30
%3

Triadic Colors of #f85cae

#f85cae #aef85c #5caef8

Analogous Colors of #f85cae

#f85cae #f85c60 #f45cf8

Monochromatic Colors of #f85cae

#f85cae

Complementary Color

#f85cae #5cf8a6

#f85cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85cae Color CSS Codes

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

#f85cae Text Font Color

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

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


#f85cae Background Color

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

This div background color is #f85cae


#f85cae Border Color

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

This div border color is #f85cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85cae


Comments

No comments written yet.

Please login to write comment.