Color Hex Logo

#f086cd Color Hex

#F086CD
(240,134,205)
0 Favorites   0 Comments

Color spaces of #f086cd

RGB 240134205
HSL0.890.780.73
HSV320°44°94°
CMYK 0.000.440.15   0.06
XYZ55.479739.983262.5510
Yxy39.98320.35110.2530
Hunter Lab63.232345.9586-14.3886
CIE-Lab69.457649.5127-18.9195

#f086cd color RGB value is (240,134,205).

#f086cd hex color red value is 240, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f086cd hue: 0.89 , saturation: 0.78 and the lightness value of f086cd is 0.73.

The process color (four color CMYK) of #f086cd color hex is 0.00, 0.44, 0.15, 0.06. Web safe color of #f086cd is #ff99cc. Color #f086cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 11001101
Octal 360 206 315
Decimal 240 134 205
Hex F0 86 CD

RGB Percentages of Color #f086cd

%41.45
%23.14
%35.41

CMYK Percentages of Color #f086cd

%0
%44
%15
%6

Triadic Colors of #f086cd

#f086cd #cdf086 #86cdf0

Analogous Colors of #f086cd

#f086cd #f08698 #de86f0

Monochromatic Colors of #f086cd

#f086cd

Complementary Color

#f086cd #86f0a9

#f086cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f086cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f086cd Color CSS Codes

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

#f086cd Text Font Color

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

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


#f086cd Background Color

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

This div background color is #f086cd


#f086cd Border Color

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

This div border color is #f086cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f086cd


Comments

No comments written yet.

Please login to write comment.