Color Hex Logo

#f592be Color Hex

#F592BE
(245,146,190)
0 Favorites   0 Comments

Color spaces of #f592be

RGB 245146190
HSL0.930.830.77
HSV333°40°96°
CMYK 0.000.400.22   0.04
XYZ57.229343.688054.1315
Yxy43.68800.36910.2818
Hunter Lab66.096938.8828-2.2890
CIE-Lab72.019542.8172-6.6805

#f592be color RGB value is (245,146,190).

#f592be hex color red value is 245, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f592be hue: 0.93 , saturation: 0.83 and the lightness value of f592be is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010010 10111110
Octal 365 222 276
Decimal 245 146 190
Hex F5 92 BE

RGB Percentages of Color #f592be

%42.17
%25.13
%32.70

CMYK Percentages of Color #f592be

%0
%40
%22
%4

Triadic Colors of #f592be

#f592be #bef592 #92bef5

Analogous Colors of #f592be

#f592be #f59892 #f592f0

Monochromatic Colors of #f592be

#f592be

Complementary Color

#f592be #92f5c9

#f592be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f592be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f592be Color CSS Codes

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

#f592be Text Font Color

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

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


#f592be Background Color

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

This div background color is #f592be


#f592be Border Color

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

This div border color is #f592be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f592be


Comments

No comments written yet.

Please login to write comment.