Color Hex Logo

#f085eb Color Hex

#F085EB
(240,133,235)
0 Favorites   0 Comments

Color spaces of #f085eb

RGB 240133235
HSL0.840.780.73
HSV303°45°94°
CMYK 0.000.450.02   0.06
XYZ59.318141.298583.4423
Yxy41.29850.32230.2244
Hunter Lab64.263952.3006-31.9993
CIE-Lab70.384654.9397-34.0840

#f085eb color RGB value is (240,133,235).

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

The process color (four color CMYK) of #f085eb color hex is 0.00, 0.45, 0.02, 0.06. Web safe color of #f085eb is #ff99ff. Color #f085eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 11101011
Octal 360 205 353
Decimal 240 133 235
Hex F0 85 EB

RGB Percentages of Color #f085eb

%39.47
%21.88
%38.65

CMYK Percentages of Color #f085eb

%0
%45
%2
%6

Triadic Colors of #f085eb

#f085eb #ebf085 #85ebf0

Analogous Colors of #f085eb

#f085eb #f085b6 #c085f0

Monochromatic Colors of #f085eb

#f085eb

Complementary Color

#f085eb #85f08a

#f085eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f085eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f085eb Color CSS Codes

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

#f085eb Text Font Color

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

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


#f085eb Background Color

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

This div background color is #f085eb


#f085eb Border Color

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

This div border color is #f085eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f085eb


Comments

No comments written yet.

Please login to write comment.