Color Hex Logo

#f581be Color Hex

#F581BE
(245,129,190)
0 Favorites   0 Comments

Color spaces of #f581be

RGB 245129190
HSL0.910.850.73
HSV328°47°96°
CMYK 0.000.470.22   0.04
XYZ54.800738.830753.3220
Yxy38.83070.37290.2642
Hunter Lab62.314347.9273-7.1141
CIE-Lab68.628551.3747-11.7334

#f581be color RGB value is (245,129,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 10111110
Octal 365 201 276
Decimal 245 129 190
Hex F5 81 BE

RGB Percentages of Color #f581be

%43.44
%22.87
%33.69

CMYK Percentages of Color #f581be

%0
%47
%22
%4

Triadic Colors of #f581be

#f581be #bef581 #81bef5

Analogous Colors of #f581be

#f581be #f58184 #f281f5

Monochromatic Colors of #f581be

#f581be

Complementary Color

#f581be #81f5b8

#f581be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f581be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f581be Color CSS Codes

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

#f581be Text Font Color

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

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


#f581be Background Color

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

This div background color is #f581be


#f581be Border Color

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

This div border color is #f581be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f581be


Comments

No comments written yet.

Please login to write comment.