Color Hex Logo

#f584eb Color Hex

#F584EB
(245,132,235)
0 Favorites   0 Comments

Color spaces of #f584eb

RGB 245132235
HSL0.850.850.74
HSV305°46°96°
CMYK 0.000.460.04   0.04
XYZ60.902841.913283.4774
Yxy41.91320.32690.2250
Hunter Lab64.740454.6234-31.1313
CIE-Lab70.811056.8731-33.3743

#f584eb color RGB value is (245,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000100 11101011
Octal 365 204 353
Decimal 245 132 235
Hex F5 84 EB

RGB Percentages of Color #f584eb

%40.03
%21.57
%38.40

CMYK Percentages of Color #f584eb

%0
%46
%4
%4

Triadic Colors of #f584eb

#f584eb #ebf584 #84ebf5

Analogous Colors of #f584eb

#f584eb #f584b3 #c784f5

Monochromatic Colors of #f584eb

#f584eb

Complementary Color

#f584eb #84f58e

#f584eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f584eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f584eb Color CSS Codes

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

#f584eb Text Font Color

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

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


#f584eb Background Color

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

This div background color is #f584eb


#f584eb Border Color

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

This div border color is #f584eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f584eb


Comments

No comments written yet.

Please login to write comment.