Color Hex Logo

#ff95ad Color Hex

#FF95AD
(255,149,173)
0 Favorites   0 Comments

Color spaces of #ff95ad

RGB 255149173
HSL0.961.000.79
HSV346°42°100°
CMYK 0.000.420.32   0.00
XYZ59.530345.772045.2325
Yxy45.77200.39550.3041
Hunter Lab67.655038.66767.7186
CIE-Lab73.397342.46254.9020

#ff95ad color RGB value is (255,149,173).

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

The process color (four color CMYK) of #ff95ad color hex is 0.00, 0.42, 0.32, 0.00. Web safe color of #ff95ad is #ff9999. Color #ff95ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010101 10101101
Octal 377 225 255
Decimal 255 149 173
Hex FF 95 AD

RGB Percentages of Color #ff95ad

%44.19
%25.82
%29.98

CMYK Percentages of Color #ff95ad

%0
%42
%32
%0

Triadic Colors of #ff95ad

#ff95ad #adff95 #95adff

Analogous Colors of #ff95ad

#ff95ad #ffb295 #ff95e2

Monochromatic Colors of #ff95ad

#ff95ad

Complementary Color

#ff95ad #95ffe7

#ff95ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff95ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff95ad Color CSS Codes

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

#ff95ad Text Font Color

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

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


#ff95ad Background Color

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

This div background color is #ff95ad


#ff95ad Border Color

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

This div border color is #ff95ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff95ad


Comments

No comments written yet.

Please login to write comment.