Color Hex Logo

#892275 Color Hex

#892275
(137,34,117)
0 Favorites   0 Comments

Color spaces of #892275

RGB 13734117
HSL0.870.600.34
HSV312°75°54°
CMYK 0.000.750.15   0.46
XYZ14.09947.746817.5818
Yxy7.74680.35760.1965
Hunter Lab27.833141.7149-17.9696
CIE-Lab33.449951.5357-23.6507

#892275 color RGB value is (137,34,117).

#892275 hex color red value is 137, green value is 34 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #892275 hue: 0.87 , saturation: 0.60 and the lightness value of 892275 is 0.34.

The process color (four color CMYK) of #892275 color hex is 0.00, 0.75, 0.15, 0.46. Web safe color of #892275 is #993366. Color #892275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100010 01110101
Octal 211 42 165
Decimal 137 34 117
Hex 89 22 75

RGB Percentages of Color #892275

%47.57
%11.81
%40.63

CMYK Percentages of Color #892275

%0
%75
%15
%46

Triadic Colors of #892275

#892275 #758922 #227589

Analogous Colors of #892275

#892275 #892241 #6a2289

Monochromatic Colors of #892275

#892275

Complementary Color

#892275 #228936

#892275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892275 Color CSS Codes

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

#892275 Text Font Color

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

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


#892275 Background Color

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

This div background color is #892275


#892275 Border Color

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

This div border color is #892275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892275


Comments

No comments written yet.

Please login to write comment.