Color Hex Logo

#892386 Color Hex

#892386
(137,35,134)
0 Favorites   0 Comments

Color spaces of #892386

RGB 13735134
HSL0.840.590.34
HSV302°74°54°
CMYK 0.000.740.02   0.46
XYZ15.22068.241723.3428
Yxy8.24170.32520.1761
Hunter Lab28.708444.3975-28.1129
CIE-Lab34.481353.9279-32.6634

#892386 color RGB value is (137,35,134).

#892386 hex color red value is 137, green value is 35 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #892386 hue: 0.84 , saturation: 0.59 and the lightness value of 892386 is 0.34.

The process color (four color CMYK) of #892386 color hex is 0.00, 0.74, 0.02, 0.46. Web safe color of #892386 is #993399. Color #892386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 10000110
Octal 211 43 206
Decimal 137 35 134
Hex 89 23 86

RGB Percentages of Color #892386

%44.77
%11.44
%43.79

CMYK Percentages of Color #892386

%0
%74
%2
%46

Triadic Colors of #892386

#892386 #868923 #238689

Analogous Colors of #892386

#892386 #892353 #592389

Monochromatic Colors of #892386

#892386

Complementary Color

#892386 #238926

#892386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892386 Color CSS Codes

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

#892386 Text Font Color

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

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


#892386 Background Color

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

This div background color is #892386


#892386 Border Color

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

This div border color is #892386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,35,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #892386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #892386;
  -webkit-box-shadow: 1px 1px 3px 2px #892386;
  box-shadow:         1px 1px 3px 2px #892386; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,35,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892386


Comments

No comments written yet.

Please login to write comment.