Color Hex Logo

#893bd2 Color Hex

#893BD2
(137,59,210)
0 Favorites   0 Comments

Color spaces of #893bd2

RGB 13759210
HSL0.750.630.53
HSV271°72°82°
CMYK 0.350.720.00   0.18
XYZ23.513413.099462.2619
Yxy13.09940.23780.1325
Hunter Lab36.193152.6274-76.6597
CIE-Lab42.912659.9453-64.4301

#893bd2 color RGB value is (137,59,210).

#893bd2 hex color red value is 137, green value is 59 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #893bd2 hue: 0.75 , saturation: 0.63 and the lightness value of 893bd2 is 0.53.

The process color (four color CMYK) of #893bd2 color hex is 0.35, 0.72, 0.00, 0.18. Web safe color of #893bd2 is #9933cc. Color #893bd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111011 11010010
Octal 211 73 322
Decimal 137 59 210
Hex 89 3B D2

RGB Percentages of Color #893bd2

%33.74
%14.53
%51.72

CMYK Percentages of Color #893bd2

%35
%72
%0
%18

Triadic Colors of #893bd2

#893bd2 #d2893b #3bd289

Analogous Colors of #893bd2

#893bd2 #d23bd0 #3d3bd2

Monochromatic Colors of #893bd2

#893bd2

Complementary Color

#893bd2 #84d23b

#893bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893bd2 Color CSS Codes

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

#893bd2 Text Font Color

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

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


#893bd2 Background Color

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

This div background color is #893bd2


#893bd2 Border Color

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

This div border color is #893bd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893bd2


Comments

No comments written yet.

Please login to write comment.