Color Hex Logo

#893bc5 Color Hex

#893BC5
(137,59,197)
0 Favorites   0 Comments

Color spaces of #893bc5

RGB 13759197
HSL0.760.540.50
HSV274°70°77°
CMYK 0.300.700.00   0.23
XYZ21.958512.477554.0744
Yxy12.47750.24810.1410
Hunter Lab35.323549.1466-66.0367
CIE-Lab41.965256.9520-58.4425

#893bc5 color RGB value is (137,59,197).

#893bc5 hex color red value is 137, green value is 59 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #893bc5 hue: 0.76 , saturation: 0.54 and the lightness value of 893bc5 is 0.50.

The process color (four color CMYK) of #893bc5 color hex is 0.30, 0.70, 0.00, 0.23. Web safe color of #893bc5 is #9933cc. Color #893bc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111011 11000101
Octal 211 73 305
Decimal 137 59 197
Hex 89 3B C5

RGB Percentages of Color #893bc5

%34.86
%15.01
%50.13

CMYK Percentages of Color #893bc5

%30
%70
%0
%23

Triadic Colors of #893bc5

#893bc5 #c5893b #3bc589

Analogous Colors of #893bc5

#893bc5 #c53bbc #443bc5

Monochromatic Colors of #893bc5

#893bc5

Complementary Color

#893bc5 #77c53b

#893bc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893bc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893bc5 Color CSS Codes

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

#893bc5 Text Font Color

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

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


#893bc5 Background Color

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

This div background color is #893bc5


#893bc5 Border Color

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

This div border color is #893bc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893bc5


Comments

No comments written yet.

Please login to write comment.