Color Hex Logo

#894bbd Color Hex

#894BBD
(137,75,189)
0 Favorites   0 Comments

Color spaces of #894bbd

RGB 13775189
HSL0.760.460.52
HSV273°60°74°
CMYK 0.280.600.00   0.26
XYZ22.017914.024649.6907
Yxy14.02460.25680.1636
Hunter Lab37.449439.4102-52.4558
CIE-Lab44.268247.3016-50.0708

#894bbd color RGB value is (137,75,189).

#894bbd hex color red value is 137, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #894bbd hue: 0.76 , saturation: 0.46 and the lightness value of 894bbd is 0.52.

The process color (four color CMYK) of #894bbd color hex is 0.28, 0.60, 0.00, 0.26. Web safe color of #894bbd is #9933cc. Color #894bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001011 10111101
Octal 211 113 275
Decimal 137 75 189
Hex 89 4B BD

RGB Percentages of Color #894bbd

%34.16
%18.70
%47.13

CMYK Percentages of Color #894bbd

%28
%60
%0
%26

Triadic Colors of #894bbd

#894bbd #bd894b #4bbd89

Analogous Colors of #894bbd

#894bbd #bd4bb8 #504bbd

Monochromatic Colors of #894bbd

#894bbd

Complementary Color

#894bbd #7fbd4b

#894bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#894bbd Color CSS Codes

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

#894bbd Text Font Color

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

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


#894bbd Background Color

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

This div background color is #894bbd


#894bbd Border Color

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

This div border color is #894bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,75,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #894bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #894bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #894bbd;
  box-shadow:         1px 1px 3px 2px #894bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894bbd


Comments

No comments written yet.

Please login to write comment.