Color Hex Logo

#f58eff Color Hex

#F58EFF
(245,142,255)
0 Favorites   0 Comments

Color spaces of #f58eff

RGB 245142255
HSL0.821.000.78
HSV295°44°100°
CMYK 0.040.440.00   0.00
XYZ65.379245.9785100.0366
Yxy45.97850.30930.2175
Hunter Lab67.807453.4447-40.0056
CIE-Lab73.531655.4589-40.0651

#f58eff color RGB value is (245,142,255).

#f58eff hex color red value is 245, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f58eff hue: 0.82 , saturation: 1.00 and the lightness value of f58eff is 0.78.

The process color (four color CMYK) of #f58eff color hex is 0.04, 0.44, 0.00, 0.00. Web safe color of #f58eff is #ff99ff. Color #f58eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001110 11111111
Octal 365 216 377
Decimal 245 142 255
Hex F5 8E FF

RGB Percentages of Color #f58eff

%38.16
%22.12
%39.72

CMYK Percentages of Color #f58eff

%4
%44
%0
%0

Triadic Colors of #f58eff

#f58eff #fff58e #8efff5

Analogous Colors of #f58eff

#f58eff #ff8ed1 #bd8eff

Monochromatic Colors of #f58eff

#f58eff

Complementary Color

#f58eff #98ff8e

#f58eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58eff Color CSS Codes

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

#f58eff Text Font Color

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

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


#f58eff Background Color

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

This div background color is #f58eff


#f58eff Border Color

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

This div border color is #f58eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,142,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f58eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f58eff;
  -webkit-box-shadow: 1px 1px 3px 2px #f58eff;
  box-shadow:         1px 1px 3px 2px #f58eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,142,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58eff


Comments

No comments written yet.

Please login to write comment.