Color Hex Logo

#852274 Color Hex

#852274
(133,34,116)
0 Favorites   0 Comments

Color spaces of #852274

RGB 13334116
HSL0.860.590.33
HSV310°74°52°
CMYK 0.000.740.13   0.48
XYZ13.39737.391617.2436
Yxy7.39160.35230.1943
Hunter Lab27.187540.3821-18.5733
CIE-Lab32.682350.3760-24.2714

#852274 color RGB value is (133,34,116).

#852274 hex color red value is 133, green value is 34 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #852274 hue: 0.86 , saturation: 0.59 and the lightness value of 852274 is 0.33.

The process color (four color CMYK) of #852274 color hex is 0.00, 0.74, 0.13, 0.48. Web safe color of #852274 is #993366. Color #852274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100010 01110100
Octal 205 42 164
Decimal 133 34 116
Hex 85 22 74

RGB Percentages of Color #852274

%47.00
%12.01
%40.99

CMYK Percentages of Color #852274

%0
%74
%13
%48

Triadic Colors of #852274

#852274 #748522 #227485

Analogous Colors of #852274

#852274 #852242 #652285

Monochromatic Colors of #852274

#852274

Complementary Color

#852274 #228533

#852274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852274 Color CSS Codes

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

#852274 Text Font Color

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

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


#852274 Background Color

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

This div background color is #852274


#852274 Border Color

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

This div border color is #852274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852274


Comments

No comments written yet.

Please login to write comment.