Color Hex Logo

#893cfb Color Hex

#893CFB
(137,60,251)
0 Favorites   0 Comments

Color spaces of #893cfb

RGB 13760251
HSL0.730.960.61
HSV264°76°98°
CMYK 0.450.760.00   0.02
XYZ29.345015.515192.7149
Yxy15.51510.21330.1128
Hunter Lab39.389264.0515-111.9852
CIE-Lab46.331869.2651-82.0971

#893cfb color RGB value is (137,60,251).

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

The process color (four color CMYK) of #893cfb color hex is 0.45, 0.76, 0.00, 0.02. Web safe color of #893cfb is #9933ff. Color #893cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111100 11111011
Octal 211 74 373
Decimal 137 60 251
Hex 89 3C FB

RGB Percentages of Color #893cfb

%30.58
%13.39
%56.03

CMYK Percentages of Color #893cfb

%45
%76
%0
%2

Triadic Colors of #893cfb

#893cfb #fb893c #3cfb89

Analogous Colors of #893cfb

#893cfb #e93cfb #3c4ffb

Monochromatic Colors of #893cfb

#893cfb

Complementary Color

#893cfb #aefb3c

#893cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#893cfb Color CSS Codes

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

#893cfb Text Font Color

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

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


#893cfb Background Color

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

This div background color is #893cfb


#893cfb Border Color

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

This div border color is #893cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893cfb


Comments

No comments written yet.

Please login to write comment.