Color Hex Logo

#893298 Color Hex

#893298
(137,50,152)
0 Favorites   0 Comments

Color spaces of #893298

RGB 13750152
HSL0.810.500.40
HSV291°67°60°
CMYK 0.100.670.00   0.40
XYZ17.12469.866630.7076
Yxy9.86660.29680.1710
Hunter Lab31.411142.3444-35.9742
CIE-Lab37.601951.3567-38.7400

#893298 color RGB value is (137,50,152).

#893298 hex color red value is 137, green value is 50 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #893298 hue: 0.81 , saturation: 0.50 and the lightness value of 893298 is 0.40.

The process color (four color CMYK) of #893298 color hex is 0.10, 0.67, 0.00, 0.40. Web safe color of #893298 is #993399. Color #893298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110010 10011000
Octal 211 62 230
Decimal 137 50 152
Hex 89 32 98

RGB Percentages of Color #893298

%40.41
%14.75
%44.84

CMYK Percentages of Color #893298

%10
%67
%0
%40

Triadic Colors of #893298

#893298 #988932 #329889

Analogous Colors of #893298

#893298 #983274 #563298

Monochromatic Colors of #893298

#893298

Complementary Color

#893298 #419832

#893298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893298 Color CSS Codes

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

#893298 Text Font Color

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

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


#893298 Background Color

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

This div background color is #893298


#893298 Border Color

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

This div border color is #893298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,50,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #893298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #893298;
  -webkit-box-shadow: 1px 1px 3px 2px #893298;
  box-shadow:         1px 1px 3px 2px #893298; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893298


Comments

No comments written yet.

Please login to write comment.