Color Hex Logo

#893cbb Color Hex

#893CBB
(137,60,187)
0 Favorites   0 Comments

Color spaces of #893cbb

RGB 13760187
HSL0.770.510.48
HSV276°68°73°
CMYK 0.270.680.00   0.27
XYZ20.902012.137948.2549
Yxy12.13790.25710.1493
Hunter Lab34.839546.1222-57.7328
CIE-Lab41.434554.2381-53.4589

#893cbb color RGB value is (137,60,187).

#893cbb hex color red value is 137, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #893cbb hue: 0.77 , saturation: 0.51 and the lightness value of 893cbb is 0.48.

The process color (four color CMYK) of #893cbb color hex is 0.27, 0.68, 0.00, 0.27. Web safe color of #893cbb is #9933cc. Color #893cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111100 10111011
Octal 211 74 273
Decimal 137 60 187
Hex 89 3C BB

RGB Percentages of Color #893cbb

%35.68
%15.63
%48.70

CMYK Percentages of Color #893cbb

%27
%68
%0
%27

Triadic Colors of #893cbb

#893cbb #bb893c #3cbb89

Analogous Colors of #893cbb

#893cbb #bb3cae #4a3cbb

Monochromatic Colors of #893cbb

#893cbb

Complementary Color

#893cbb #6ebb3c

#893cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#893cbb Color CSS Codes

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

#893cbb Text Font Color

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

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


#893cbb Background Color

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

This div background color is #893cbb


#893cbb Border Color

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

This div border color is #893cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,60,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #893cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #893cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #893cbb;
  box-shadow:         1px 1px 3px 2px #893cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893cbb


Comments

No comments written yet.

Please login to write comment.