Color Hex Logo

#f86acd Color Hex

#F86ACD
(248,106,205)
0 Favorites   0 Comments

Color spaces of #f86acd

RGB 248106205
HSL0.880.910.69
HSV318°57°97°
CMYK 0.000.570.17   0.03
XYZ54.884934.672361.5573
Yxy34.67230.36320.2294
Hunter Lab58.883263.3339-20.7644
CIE-Lab65.492765.1038-24.8703

#f86acd color RGB value is (248,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101010 11001101
Octal 370 152 315
Decimal 248 106 205
Hex F8 6A CD

RGB Percentages of Color #f86acd

%44.36
%18.96
%36.67

CMYK Percentages of Color #f86acd

%0
%57
%17
%3

Triadic Colors of #f86acd

#f86acd #cdf86a #6acdf8

Analogous Colors of #f86acd

#f86acd #f86a86 #dc6af8

Monochromatic Colors of #f86acd

#f86acd

Complementary Color

#f86acd #6af895

#f86acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86acd Color CSS Codes

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

#f86acd Text Font Color

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

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


#f86acd Background Color

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

This div background color is #f86acd


#f86acd Border Color

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

This div border color is #f86acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86acd

Related Colors


Comments

No comments written yet.

Please login to write comment.