Color Hex Logo

#f58fef Color Hex

#F58FEF
(245,143,239)
0 Favorites   0 Comments

Color spaces of #f58fef

RGB 245143239
HSL0.840.840.76
HSV304°42°96°
CMYK 0.000.420.02   0.04
XYZ63.058645.289487.0795
Yxy45.28940.32270.2317
Hunter Lab67.297449.4865-29.6101
CIE-Lab73.082052.1115-32.0547

#f58fef color RGB value is (245,143,239).

#f58fef hex color red value is 245, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f58fef hue: 0.84 , saturation: 0.84 and the lightness value of f58fef is 0.76.

The process color (four color CMYK) of #f58fef color hex is 0.00, 0.42, 0.02, 0.04. Web safe color of #f58fef is #ff99ff. Color #f58fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001111 11101111
Octal 365 217 357
Decimal 245 143 239
Hex F5 8F EF

RGB Percentages of Color #f58fef

%39.07
%22.81
%38.12

CMYK Percentages of Color #f58fef

%0
%42
%2
%4

Triadic Colors of #f58fef

#f58fef #eff58f #8feff5

Analogous Colors of #f58fef

#f58fef #f58fbc #c88ff5

Monochromatic Colors of #f58fef

#f58fef

Complementary Color

#f58fef #8ff595

#f58fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58fef Color CSS Codes

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

#f58fef Text Font Color

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

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


#f58fef Background Color

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

This div background color is #f58fef


#f58fef Border Color

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

This div border color is #f58fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58fef

Related Colors


Comments

No comments written yet.

Please login to write comment.