Color Hex Logo

#893ffd Color Hex

#893FFD
(137,63,253)
0 Favorites   0 Comments

Color spaces of #893ffd

RGB 13763253
HSL0.730.980.62
HSV263°75°99°
CMYK 0.460.750.00   0.01
XYZ29.823715.965294.4382
Yxy15.96520.21270.1139
Hunter Lab39.956563.3094-112.1640
CIE-Lab46.928868.5194-82.2351

#893ffd color RGB value is (137,63,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111111 11111101
Octal 211 77 375
Decimal 137 63 253
Hex 89 3F FD

RGB Percentages of Color #893ffd

%30.24
%13.91
%55.85

CMYK Percentages of Color #893ffd

%46
%75
%0
%1

Triadic Colors of #893ffd

#893ffd #fd893f #3ffd89

Analogous Colors of #893ffd

#893ffd #e83ffd #3f54fd

Monochromatic Colors of #893ffd

#893ffd

Complementary Color

#893ffd #b3fd3f

#893ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#893ffd Color CSS Codes

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

#893ffd Text Font Color

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

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


#893ffd Background Color

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

This div background color is #893ffd


#893ffd Border Color

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

This div border color is #893ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893ffd


Comments

No comments written yet.

Please login to write comment.