Color Hex Logo

#f860cd Color Hex

#F860CD
(248,96,205)
0 Favorites   0 Comments

Color spaces of #f860cd

RGB 24896205
HSL0.880.920.67
HSV317°61°97°
CMYK 0.000.610.17   0.03
XYZ53.913732.730061.2336
Yxy32.73000.36460.2213
Hunter Lab57.210168.0971-23.4126
CIE-Lab63.941769.3188-27.2541

#f860cd color RGB value is (248,96,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100000 11001101
Octal 370 140 315
Decimal 248 96 205
Hex F8 60 CD

RGB Percentages of Color #f860cd

%45.17
%17.49
%37.34

CMYK Percentages of Color #f860cd

%0
%61
%17
%3

Triadic Colors of #f860cd

#f860cd #cdf860 #60cdf8

Analogous Colors of #f860cd

#f860cd #f86081 #d760f8

Monochromatic Colors of #f860cd

#f860cd

Complementary Color

#f860cd #60f88b

#f860cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f860cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f860cd Color CSS Codes

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

#f860cd Text Font Color

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

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


#f860cd Background Color

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

This div background color is #f860cd


#f860cd Border Color

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

This div border color is #f860cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f860cd


Comments

No comments written yet.

Please login to write comment.