Color Hex Logo

#853254 Color Hex

#853254
(133,50,84)
0 Favorites   0 Comments

Color spaces of #853254

RGB 1335084
HSL0.930.450.36
HSV335°62°52°
CMYK 0.000.620.37   0.48
XYZ12.41377.90789.2596
Yxy7.90780.41960.2673
Hunter Lab28.120829.58590.1616
CIE-Lab33.790139.0701-2.1059

#853254 color RGB value is (133,50,84).

#853254 hex color red value is 133, green value is 50 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #853254 hue: 0.93 , saturation: 0.45 and the lightness value of 853254 is 0.36.

The process color (four color CMYK) of #853254 color hex is 0.00, 0.62, 0.37, 0.48. Web safe color of #853254 is #993366. Color #853254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 01010100
Octal 205 62 124
Decimal 133 50 84
Hex 85 32 54

RGB Percentages of Color #853254

%49.81
%18.73
%31.46

CMYK Percentages of Color #853254

%0
%62
%37
%48

Triadic Colors of #853254

#853254 #548532 #325485

Analogous Colors of #853254

#853254 #853a32 #85327e

Monochromatic Colors of #853254

#853254

Complementary Color

#853254 #328563

#853254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853254 Color CSS Codes

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

#853254 Text Font Color

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

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


#853254 Background Color

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

This div background color is #853254


#853254 Border Color

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

This div border color is #853254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853254


Comments

No comments written yet.

Please login to write comment.