Color Hex Logo

#f592bc Color Hex

#F592BC
(245,146,188)
0 Favorites   0 Comments

Color spaces of #f592bc

RGB 245146188
HSL0.930.830.77
HSV335°40°96°
CMYK 0.000.400.23   0.04
XYZ57.012243.601152.9879
Yxy43.60110.37120.2839
Hunter Lab66.031138.5649-1.3566
CIE-Lab71.961142.5344-5.6575

#f592bc color RGB value is (245,146,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010010 10111100
Octal 365 222 274
Decimal 245 146 188
Hex F5 92 BC

RGB Percentages of Color #f592bc

%42.31
%25.22
%32.47

CMYK Percentages of Color #f592bc

%0
%40
%23
%4

Triadic Colors of #f592bc

#f592bc #bcf592 #92bcf5

Analogous Colors of #f592bc

#f592bc #f59a92 #f592ee

Monochromatic Colors of #f592bc

#f592bc

Complementary Color

#f592bc #92f5cb

#f592bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f592bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f592bc Color CSS Codes

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

#f592bc Text Font Color

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

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


#f592bc Background Color

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

This div background color is #f592bc


#f592bc Border Color

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

This div border color is #f592bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f592bc


Comments

No comments written yet.

Please login to write comment.