Color Hex Logo

#892ace Color Hex

#892ACE
(137,42,206)
0 Favorites   0 Comments

Color spaces of #892ace

RGB 13742206
HSL0.760.660.49
HSV275°80°81°
CMYK 0.330.800.00   0.19
XYZ22.285111.430559.4243
Yxy11.43050.23930.1227
Hunter Lab33.809058.4919-80.5445
CIE-Lab40.296365.6591-66.3798

#892ace color RGB value is (137,42,206).

#892ace hex color red value is 137, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #892ace hue: 0.76 , saturation: 0.66 and the lightness value of 892ace is 0.49.

The process color (four color CMYK) of #892ace color hex is 0.33, 0.80, 0.00, 0.19. Web safe color of #892ace is #9933cc. Color #892ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101010 11001110
Octal 211 52 316
Decimal 137 42 206
Hex 89 2A CE

RGB Percentages of Color #892ace

%35.58
%10.91
%53.51

CMYK Percentages of Color #892ace

%33
%80
%0
%19

Triadic Colors of #892ace

#892ace #ce892a #2ace89

Analogous Colors of #892ace

#892ace #ce2ac1 #372ace

Monochromatic Colors of #892ace

#892ace

Complementary Color

#892ace #6fce2a

#892ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#892ace Color CSS Codes

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

#892ace Text Font Color

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

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


#892ace Background Color

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

This div background color is #892ace


#892ace Border Color

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

This div border color is #892ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,42,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #892ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #892ace;
  -webkit-box-shadow: 1px 1px 3px 2px #892ace;
  box-shadow:         1px 1px 3px 2px #892ace; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892ace


Comments

No comments written yet.

Please login to write comment.