Color Hex Logo

#851462 Color Hex

#851462
(133,20,98)
0 Favorites   0 Comments

Color spaces of #851462

RGB 1332098
HSL0.880.740.30
HSV319°85°52°
CMYK 0.000.850.26   0.48
XYZ12.12766.368712.1454
Yxy6.36870.39580.2078
Hunter Lab25.236341.6168-10.8689
CIE-Lab30.324252.0453-16.4057

#851462 color RGB value is (133,20,98).

#851462 hex color red value is 133, green value is 20 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #851462 hue: 0.88 , saturation: 0.74 and the lightness value of 851462 is 0.30.

The process color (four color CMYK) of #851462 color hex is 0.00, 0.85, 0.26, 0.48. Web safe color of #851462 is #990066. Color #851462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 01100010
Octal 205 24 142
Decimal 133 20 98
Hex 85 14 62

RGB Percentages of Color #851462

%52.99
%7.97
%39.04

CMYK Percentages of Color #851462

%0
%85
%26
%48

Triadic Colors of #851462

#851462 #628514 #146285

Analogous Colors of #851462

#851462 #85142a #701485

Monochromatic Colors of #851462

#851462

Complementary Color

#851462 #148537

#851462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851462 Color CSS Codes

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

#851462 Text Font Color

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

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


#851462 Background Color

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

This div background color is #851462


#851462 Border Color

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

This div border color is #851462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851462


Comments

No comments written yet.

Please login to write comment.