Color Hex Logo

#855078 Color Hex

#855078
(133,80,120)
0 Favorites   0 Comments

Color spaces of #855078

RGB 13380120
HSL0.870.250.42
HSV315°40°52°
CMYK 0.000.400.10   0.48
XYZ15.931712.079919.2613
Yxy12.07990.33700.2555
Hunter Lab34.756220.9985-8.5283
CIE-Lab41.342828.5164-13.4052

#855078 color RGB value is (133,80,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 01111000
Octal 205 120 170
Decimal 133 80 120
Hex 85 50 78

RGB Percentages of Color #855078

%39.94
%24.02
%36.04

CMYK Percentages of Color #855078

%0
%40
%10
%48

Triadic Colors of #855078

#855078 #788550 #507885

Analogous Colors of #855078

#855078 #85505e #785085

Monochromatic Colors of #855078

#855078

Complementary Color

#855078 #50855d

#855078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855078 Color CSS Codes

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

#855078 Text Font Color

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

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


#855078 Background Color

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

This div background color is #855078


#855078 Border Color

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

This div border color is #855078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855078


Comments

No comments written yet.

Please login to write comment.