color codes Logo

#f085ea color codes

#F085EA
(240,133,234)
0 Favorites   0 Comments

Color spaces of #f085ea

RGB 240133234
HSL0.840.780.73
HSV303°45°94°
CMYK 0.000.450.03   0.06
XYZ59.174041.240882.6834
Yxy41.24080.32320.2252
Hunter Lab64.219052.0939-31.3839
CIE-Lab70.344354.7669-33.5968

#f085ea color RGB value is (240,133,234).

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

The process color (four color CMYK) of #f085ea color code is 0.00, 0.45, 0.03, 0.06. Web safe color of #f085ea is #ff99ff. Color #f085ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 11101010
Octal 360 205 352
Decimal 240 133 234
Hex F0 85 EA

RGB Percentages of Color #f085ea

%39.54
%21.91
%38.55

CMYK Percentages of Color #f085ea

%0
%45
%3
%6

Triadic Colors of #f085ea

#f085ea #eaf085 #85eaf0

Analogous Colors of #f085ea

#f085ea #f085b5 #c185f0

Monochromatic Colors of #f085ea

#f085ea

Complementary Color

#f085ea #85f08b

#f085ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f085ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f085ea Color CSS Codes

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

#f085ea Text Font Color

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

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


#f085ea Background Color

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

This div background color is #f085ea


#f085ea Border Color

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

This div border color is #f085ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f085ea


Comments

No comments written yet.

Please login to write comment.