Color Hex Logo

#f591eb Color Hex

#F591EB
(245,145,235)
0 Favorites   0 Comments

Color spaces of #f591eb

RGB 245145235
HSL0.850.830.76
HSV306°41°96°
CMYK 0.000.410.04   0.04
XYZ62.777045.661484.1021
Yxy45.66140.32600.2372
Hunter Lab67.573247.5773-26.4915
CIE-Lab73.325350.4130-29.4949

#f591eb color RGB value is (245,145,235).

#f591eb hex color red value is 245, green value is 145 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f591eb hue: 0.85 , saturation: 0.83 and the lightness value of f591eb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010001 11101011
Octal 365 221 353
Decimal 245 145 235
Hex F5 91 EB

RGB Percentages of Color #f591eb

%39.20
%23.20
%37.60

CMYK Percentages of Color #f591eb

%0
%41
%4
%4

Triadic Colors of #f591eb

#f591eb #ebf591 #91ebf5

Analogous Colors of #f591eb

#f591eb #f591b9 #cd91f5

Monochromatic Colors of #f591eb

#f591eb

Complementary Color

#f591eb #91f59b

#f591eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f591eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f591eb Color CSS Codes

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

#f591eb Text Font Color

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

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


#f591eb Background Color

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

This div background color is #f591eb


#f591eb Border Color

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

This div border color is #f591eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,145,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 #f591eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f591eb


Comments

No comments written yet.

Please login to write comment.