Color Hex Logo

#f85ea5 Color Hex

#F85EA5
(248,94,165)
0 Favorites   0 Comments

Color spaces of #f85ea5

RGB 24894165
HSL0.920.920.67
HSV332°62°97°
CMYK 0.000.620.33   0.03
XYZ49.505630.678538.9096
Yxy30.67850.41570.2576
Hunter Lab55.388262.6129-2.8789
CIE-Lab62.235365.0715-7.0377

#f85ea5 color RGB value is (248,94,165).

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

The process color (four color CMYK) of #f85ea5 color hex is 0.00, 0.62, 0.33, 0.03. Web safe color of #f85ea5 is #ff6699. Color #f85ea5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011110 10100101
Octal 370 136 245
Decimal 248 94 165
Hex F8 5E A5

RGB Percentages of Color #f85ea5

%48.92
%18.54
%32.54

CMYK Percentages of Color #f85ea5

%0
%62
%33
%3

Triadic Colors of #f85ea5

#f85ea5 #a5f85e #5ea5f8

Analogous Colors of #f85ea5

#f85ea5 #f8645e #f85ef2

Monochromatic Colors of #f85ea5

#f85ea5

Complementary Color

#f85ea5 #5ef8b1

#f85ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85ea5 Color CSS Codes

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

#f85ea5 Text Font Color

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

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


#f85ea5 Background Color

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

This div background color is #f85ea5


#f85ea5 Border Color

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

This div border color is #f85ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85ea5


Comments

No comments written yet.

Please login to write comment.