Color Hex Logo

#855278 Color Hex

#855278
(133,82,120)
0 Favorites   0 Comments

Color spaces of #855278

RGB 13382120
HSL0.880.240.42
HSV315°38°52°
CMYK 0.000.380.10   0.48
XYZ16.080312.377219.3108
Yxy12.37720.33660.2591
Hunter Lab35.181220.0199-7.9171
CIE-Lab41.809427.3596-12.6967

#855278 color RGB value is (133,82,120).

#855278 hex color red value is 133, green value is 82 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #855278 hue: 0.88 , saturation: 0.24 and the lightness value of 855278 is 0.42.

The process color (four color CMYK) of #855278 color hex is 0.00, 0.38, 0.10, 0.48. Web safe color of #855278 is #996666. Color #855278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 01111000
Octal 205 122 170
Decimal 133 82 120
Hex 85 52 78

RGB Percentages of Color #855278

%39.70
%24.48
%35.82

CMYK Percentages of Color #855278

%0
%38
%10
%48

Triadic Colors of #855278

#855278 #788552 #527885

Analogous Colors of #855278

#855278 #85525f #795285

Monochromatic Colors of #855278

#855278

Complementary Color

#855278 #52855f

#855278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855278 Color CSS Codes

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

#855278 Text Font Color

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

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


#855278 Background Color

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

This div background color is #855278


#855278 Border Color

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

This div border color is #855278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855278


Comments

No comments written yet.

Please login to write comment.