Color Hex Logo

#ff959b Color Hex

#FF959B
(255,149,155)
0 Favorites   0 Comments

Color spaces of #ff959b

RGB 255149155
HSL0.991.000.79
HSV357°42°100°
CMYK 0.000.420.39   0.00
XYZ57.903845.121536.6678
Yxy45.12150.41450.3230
Hunter Lab67.172536.317914.6559
CIE-Lab72.971840.364514.2534

#ff959b color RGB value is (255,149,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010101 10011011
Octal 377 225 233
Decimal 255 149 155
Hex FF 95 9B

RGB Percentages of Color #ff959b

%45.62
%26.65
%27.73

CMYK Percentages of Color #ff959b

%0
%42
%39
%0

Triadic Colors of #ff959b

#ff959b #9bff95 #959bff

Analogous Colors of #ff959b

#ff959b #ffc495 #ff95d0

Monochromatic Colors of #ff959b

#ff959b

Complementary Color

#ff959b #95fff9

#ff959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff959b Color CSS Codes

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

#ff959b Text Font Color

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

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


#ff959b Background Color

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

This div background color is #ff959b


#ff959b Border Color

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

This div border color is #ff959b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff959b


Comments

No comments written yet.

Please login to write comment.