Color Hex Logo

#853251 Color Hex

#853251
(133,50,81)
0 Favorites   0 Comments

Color spaces of #853251

RGB 1335081
HSL0.940.450.36
HSV338°62°52°
CMYK 0.000.620.39   0.48
XYZ12.29877.86188.6539
Yxy7.86180.42680.2728
Hunter Lab28.038929.22741.3280
CIE-Lab33.693438.7013-0.3116

#853251 color RGB value is (133,50,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 01010001
Octal 205 62 121
Decimal 133 50 81
Hex 85 32 51

RGB Percentages of Color #853251

%50.38
%18.94
%30.68

CMYK Percentages of Color #853251

%0
%62
%39
%48

Triadic Colors of #853251

#853251 #518532 #325185

Analogous Colors of #853251

#853251 #853d32 #85327b

Monochromatic Colors of #853251

#853251

Complementary Color

#853251 #328566

#853251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853251 Color CSS Codes

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

#853251 Text Font Color

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

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


#853251 Background Color

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

This div background color is #853251


#853251 Border Color

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

This div border color is #853251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853251


Comments

No comments written yet.

Please login to write comment.