Color Hex Logo

#892aca Color Hex

#892ACA
(137,42,202)
0 Favorites   0 Comments

Color spaces of #892aca

RGB 13742202
HSL0.770.660.48
HSV276°79°79°
CMYK 0.320.790.00   0.21
XYZ21.805211.238656.8971
Yxy11.23860.24240.1250
Hunter Lab33.524057.4356-77.1604
CIE-Lab39.979564.7955-64.5755

#892aca color RGB value is (137,42,202).

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

The process color (four color CMYK) of #892aca color hex is 0.32, 0.79, 0.00, 0.21. Web safe color of #892aca is #9933cc. Color #892aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101010 11001010
Octal 211 52 312
Decimal 137 42 202
Hex 89 2A CA

RGB Percentages of Color #892aca

%35.96
%11.02
%53.02

CMYK Percentages of Color #892aca

%32
%79
%0
%21

Triadic Colors of #892aca

#892aca #ca892a #2aca89

Analogous Colors of #892aca

#892aca #ca2abb #392aca

Monochromatic Colors of #892aca

#892aca

Complementary Color

#892aca #6bca2a

#892aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#892aca Color CSS Codes

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

#892aca Text Font Color

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

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


#892aca Background Color

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

This div background color is #892aca


#892aca Border Color

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

This div border color is #892aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892aca


Comments

No comments written yet.

Please login to write comment.