Color Hex Logo

#852673 Color Hex

#852673
(133,38,115)
0 Favorites   0 Comments

Color spaces of #852673

RGB 13338115
HSL0.860.560.34
HSV311°71°52°
CMYK 0.000.710.14   0.48
XYZ13.46057.610616.9792
Yxy7.61060.35380.2000
Hunter Lab27.587338.8165-17.1802
CIE-Lab33.158448.7323-22.8946

#852673 color RGB value is (133,38,115).

#852673 hex color red value is 133, green value is 38 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #852673 hue: 0.86 , saturation: 0.56 and the lightness value of 852673 is 0.34.

The process color (four color CMYK) of #852673 color hex is 0.00, 0.71, 0.14, 0.48. Web safe color of #852673 is #993366. Color #852673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100110 01110011
Octal 205 46 163
Decimal 133 38 115
Hex 85 26 73

RGB Percentages of Color #852673

%46.50
%13.29
%40.21

CMYK Percentages of Color #852673

%0
%71
%14
%48

Triadic Colors of #852673

#852673 #738526 #267385

Analogous Colors of #852673

#852673 #852644 #682685

Monochromatic Colors of #852673

#852673

Complementary Color

#852673 #268538

#852673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852673 Color CSS Codes

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

#852673 Text Font Color

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

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


#852673 Background Color

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

This div background color is #852673


#852673 Border Color

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

This div border color is #852673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852673


Comments

No comments written yet.

Please login to write comment.