Color Hex Logo

#f86385 Color Hex

#F86385
(248,99,133)
0 Favorites   0 Comments

Color spaces of #f86385

RGB 24899133
HSL0.960.910.68
HSV346°60°97°
CMYK 0.000.600.46   0.03
XYZ47.406930.573625.5930
Yxy30.57360.45770.2952
Hunter Lab55.293456.277111.2625
CIE-Lab62.146059.689211.3056

#f86385 color RGB value is (248,99,133).

#f86385 hex color red value is 248, green value is 99 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f86385 hue: 0.96 , saturation: 0.91 and the lightness value of f86385 is 0.68.

The process color (four color CMYK) of #f86385 color hex is 0.00, 0.60, 0.46, 0.03. Web safe color of #f86385 is #ff6699. Color #f86385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100011 10000101
Octal 370 143 205
Decimal 248 99 133
Hex F8 63 85

RGB Percentages of Color #f86385

%51.67
%20.63
%27.71

CMYK Percentages of Color #f86385

%0
%60
%46
%3

Triadic Colors of #f86385

#f86385 #85f863 #6385f8

Analogous Colors of #f86385

#f86385 #f88c63 #f863d0

Monochromatic Colors of #f86385

#f86385

Complementary Color

#f86385 #63f8d6

#f86385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86385 Color CSS Codes

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

#f86385 Text Font Color

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

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


#f86385 Background Color

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

This div background color is #f86385


#f86385 Border Color

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

This div border color is #f86385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86385


Comments

No comments written yet.

Please login to write comment.