Color Hex Logo

#f058ee Color Hex

#F058EE
(240,88,238)
0 Favorites   0 Comments

Color spaces of #f058ee

RGB 24088238
HSL0.840.840.64
HSV301°63°94°
CMYK 0.000.630.01   0.06
XYZ54.857531.677884.1120
Yxy31.67780.32150.1856
Hunter Lab56.283075.4836-49.2076
CIE-Lab63.075775.4528-47.1738

#f058ee color RGB value is (240,88,238).

#f058ee hex color red value is 240, green value is 88 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f058ee hue: 0.84 , saturation: 0.84 and the lightness value of f058ee is 0.64.

The process color (four color CMYK) of #f058ee color hex is 0.00, 0.63, 0.01, 0.06. Web safe color of #f058ee is #ff66ff. Color #f058ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011000 11101110
Octal 360 130 356
Decimal 240 88 238
Hex F0 58 EE

RGB Percentages of Color #f058ee

%42.40
%15.55
%42.05

CMYK Percentages of Color #f058ee

%0
%63
%1
%6

Triadic Colors of #f058ee

#f058ee #eef058 #58eef0

Analogous Colors of #f058ee

#f058ee #f058a2 #a658f0

Monochromatic Colors of #f058ee

#f058ee

Complementary Color

#f058ee #58f05a

#f058ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f058ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f058ee Color CSS Codes

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

#f058ee Text Font Color

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

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


#f058ee Background Color

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

This div background color is #f058ee


#f058ee Border Color

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

This div border color is #f058ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f058ee


Comments

No comments written yet.

Please login to write comment.