Color Hex Logo

#f581eb Color Hex

#F581EB
(245,129,235)
0 Favorites   0 Comments

Color spaces of #f581eb

RGB 245129235
HSL0.850.850.73
HSV305°47°96°
CMYK 0.000.470.04   0.04
XYZ60.501841.111183.3437
Yxy41.11110.32710.2223
Hunter Lab64.117956.2265-32.1855
CIE-Lab70.253758.3273-34.2375

#f581eb color RGB value is (245,129,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 11101011
Octal 365 201 353
Decimal 245 129 235
Hex F5 81 EB

RGB Percentages of Color #f581eb

%40.23
%21.18
%38.59

CMYK Percentages of Color #f581eb

%0
%47
%4
%4

Triadic Colors of #f581eb

#f581eb #ebf581 #81ebf5

Analogous Colors of #f581eb

#f581eb #f581b1 #c581f5

Monochromatic Colors of #f581eb

#f581eb

Complementary Color

#f581eb #81f58b

#f581eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f581eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f581eb Color CSS Codes

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

#f581eb Text Font Color

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

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


#f581eb Background Color

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

This div background color is #f581eb


#f581eb Border Color

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

This div border color is #f581eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f581eb


Comments

No comments written yet.

Please login to write comment.