Color Hex Logo

#f086dd Color Hex

#F086DD
(240,134,221)
0 Favorites   0 Comments

Color spaces of #f086dd

RGB 240134221
HSL0.860.780.73
HSV311°44°94°
CMYK 0.000.440.08   0.06
XYZ57.511440.795973.2498
Yxy40.79590.33520.2378
Hunter Lab63.871748.9498-23.2852
CIE-Lab70.032752.0735-26.9127

#f086dd color RGB value is (240,134,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 11011101
Octal 360 206 335
Decimal 240 134 221
Hex F0 86 DD

RGB Percentages of Color #f086dd

%40.34
%22.52
%37.14

CMYK Percentages of Color #f086dd

%0
%44
%8
%6

Triadic Colors of #f086dd

#f086dd #ddf086 #86ddf0

Analogous Colors of #f086dd

#f086dd #f086a8 #ce86f0

Monochromatic Colors of #f086dd

#f086dd

Complementary Color

#f086dd #86f099

#f086dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f086dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f086dd Color CSS Codes

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

#f086dd Text Font Color

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

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


#f086dd Background Color

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

This div background color is #f086dd


#f086dd Border Color

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

This div border color is #f086dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,134,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f086dd


Comments

No comments written yet.

Please login to write comment.