Color Hex Logo

#893ffb Color Hex

#893FFB
(137,63,251)
0 Favorites   0 Comments

Color spaces of #893ffb

RGB 13763251
HSL0.730.960.62
HSV264°75°98°
CMYK 0.450.750.00   0.02
XYZ29.506615.838492.7687
Yxy15.83840.21360.1147
Hunter Lab39.797562.6976-110.3479
CIE-Lab46.761868.0310-81.3925

#893ffb color RGB value is (137,63,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111111 11111011
Octal 211 77 373
Decimal 137 63 251
Hex 89 3F FB

RGB Percentages of Color #893ffb

%30.38
%13.97
%55.65

CMYK Percentages of Color #893ffb

%45
%75
%0
%2

Triadic Colors of #893ffb

#893ffb #fb893f #3ffb89

Analogous Colors of #893ffb

#893ffb #e73ffb #3f53fb

Monochromatic Colors of #893ffb

#893ffb

Complementary Color

#893ffb #b1fb3f

#893ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#893ffb Color CSS Codes

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

#893ffb Text Font Color

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

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


#893ffb Background Color

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

This div background color is #893ffb


#893ffb Border Color

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

This div border color is #893ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,63,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 #893ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.