Color Hex Logo

#f595ad Color Hex

#F595AD
(245,149,173)
0 Favorites   0 Comments

Color spaces of #f595ad

RGB 245149173
HSL0.960.830.77
HSV345°39°96°
CMYK 0.000.390.29   0.04
XYZ55.946543.924545.0647
Yxy43.92450.38600.3031
Hunter Lab66.275634.69856.0781
CIE-Lab72.178038.95532.9844

#f595ad color RGB value is (245,149,173).

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

The process color (four color CMYK) of #f595ad color hex is 0.00, 0.39, 0.29, 0.04. Web safe color of #f595ad is #ff9999. Color #f595ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010101 10101101
Octal 365 225 255
Decimal 245 149 173
Hex F5 95 AD

RGB Percentages of Color #f595ad

%43.21
%26.28
%30.51

CMYK Percentages of Color #f595ad

%0
%39
%29
%4

Triadic Colors of #f595ad

#f595ad #adf595 #95adf5

Analogous Colors of #f595ad

#f595ad #f5ad95 #f595dd

Monochromatic Colors of #f595ad

#f595ad

Complementary Color

#f595ad #95f5dd

#f595ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f595ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f595ad Color CSS Codes

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

#f595ad Text Font Color

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

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


#f595ad Background Color

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

This div background color is #f595ad


#f595ad Border Color

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

This div border color is #f595ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f595ad


Comments

No comments written yet.

Please login to write comment.