Color Hex Logo

#893bfd Color Hex

#893BFD
(137,59,253)
0 Favorites   0 Comments

Color spaces of #893bfd

RGB 13759253
HSL0.730.980.61
HSV264°77°99°
CMYK 0.460.770.00   0.01
XYZ29.610115.538194.3670
Yxy15.53810.21220.1114
Hunter Lab39.418465.1025-114.3464
CIE-Lab46.362670.1470-83.1634

#893bfd color RGB value is (137,59,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111011 11111101
Octal 211 73 375
Decimal 137 59 253
Hex 89 3B FD

RGB Percentages of Color #893bfd

%30.51
%13.14
%56.35

CMYK Percentages of Color #893bfd

%46
%77
%0
%1

Triadic Colors of #893bfd

#893bfd #fd893b #3bfd89

Analogous Colors of #893bfd

#893bfd #ea3bfd #3b4efd

Monochromatic Colors of #893bfd

#893bfd

Complementary Color

#893bfd #affd3b

#893bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#893bfd Color CSS Codes

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

#893bfd Text Font Color

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

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


#893bfd Background Color

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

This div background color is #893bfd


#893bfd Border Color

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

This div border color is #893bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.