Color Hex Logo

#893bfc Color Hex

#893BFC
(137,59,252)
0 Favorites   0 Comments

Color spaces of #893bfc

RGB 13759252
HSL0.730.970.61
HSV264°77°99°
CMYK 0.460.770.00   0.01
XYZ29.451215.474693.5301
Yxy15.47460.21270.1118
Hunter Lab39.337864.7974-113.4324
CIE-Lab46.277569.9063-82.7447

#893bfc color RGB value is (137,59,252).

#893bfc hex color red value is 137, green value is 59 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #893bfc hue: 0.73 , saturation: 0.97 and the lightness value of 893bfc is 0.61.

The process color (four color CMYK) of #893bfc color hex is 0.46, 0.77, 0.00, 0.01. Web safe color of #893bfc is #9933ff. Color #893bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111011 11111100
Octal 211 73 374
Decimal 137 59 252
Hex 89 3B FC

RGB Percentages of Color #893bfc

%30.58
%13.17
%56.25

CMYK Percentages of Color #893bfc

%46
%77
%0
%1

Triadic Colors of #893bfc

#893bfc #fc893b #3bfc89

Analogous Colors of #893bfc

#893bfc #ea3bfc #3b4efc

Monochromatic Colors of #893bfc

#893bfc

Complementary Color

#893bfc #aefc3b

#893bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#893bfc Color CSS Codes

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

#893bfc Text Font Color

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

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


#893bfc Background Color

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

This div background color is #893bfc


#893bfc Border Color

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

This div border color is #893bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.