Color Hex Logo

#f5847b Color Hex

#F5847B
(245,132,123)
0 Favorites   0 Comments

Color spaces of #f5847b

RGB 245132123
HSL0.010.860.72
HSV50°96°
CMYK 0.000.460.50   0.04
XYZ49.482637.345123.3392
Yxy37.34510.44920.3390
Hunter Lab61.110637.591720.1336
CIE-Lab67.535142.165024.3322

#f5847b color RGB value is (245,132,123).

#f5847b hex color red value is 245, green value is 132 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f5847b hue: 0.01 , saturation: 0.86 and the lightness value of f5847b is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000100 01111011
Octal 365 204 173
Decimal 245 132 123
Hex F5 84 7B

RGB Percentages of Color #f5847b

%49.00
%26.40
%24.60

CMYK Percentages of Color #f5847b

%0
%46
%50
%4

Triadic Colors of #f5847b

#f5847b #7bf584 #847bf5

Analogous Colors of #f5847b

#f5847b #f5c17b #f57baf

Monochromatic Colors of #f5847b

#f5847b

Complementary Color

#f5847b #7becf5

#f5847b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5847b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5847b Color CSS Codes

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

#f5847b Text Font Color

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

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


#f5847b Background Color

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

This div background color is #f5847b


#f5847b Border Color

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

This div border color is #f5847b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5847b


Comments

No comments written yet.

Please login to write comment.