Color Hex Logo

#955267 Color Hex

#955267
(149,82,103)
0 Favorites   0 Comments

Color spaces of #955267

RGB 14982103
HSL0.950.290.45
HSV341°45°58°
CMYK 0.000.450.31   0.42
XYZ17.859913.403414.4778
Yxy13.40340.39050.2930
Hunter Lab36.610723.00962.1810
CIE-Lab43.364930.50180.2724

#955267 color RGB value is (149,82,103).

#955267 hex color red value is 149, green value is 82 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #955267 hue: 0.95 , saturation: 0.29 and the lightness value of 955267 is 0.45.

The process color (four color CMYK) of #955267 color hex is 0.00, 0.45, 0.31, 0.42. Web safe color of #955267 is #996666. Color #955267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010010 01100111
Octal 225 122 147
Decimal 149 82 103
Hex 95 52 67

RGB Percentages of Color #955267

%44.61
%24.55
%30.84

CMYK Percentages of Color #955267

%0
%45
%31
%42

Triadic Colors of #955267

#955267 #679552 #526795

Analogous Colors of #955267

#955267 #955f52 #955289

Monochromatic Colors of #955267

#955267

Complementary Color

#955267 #529580

#955267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955267 Color CSS Codes

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

#955267 Text Font Color

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

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


#955267 Background Color

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

This div background color is #955267


#955267 Border Color

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

This div border color is #955267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955267


Comments

No comments written yet.

Please login to write comment.