Color Hex Logo

#892afe Color Hex

#892AFE
(137,42,254)
0 Favorites   0 Comments

Color spaces of #892afe

RGB 13742254
HSL0.740.990.58
HSV267°83°100°
CMYK 0.460.830.00   0.00
XYZ29.033914.130194.9630
Yxy14.13010.21020.1023
Hunter Lab37.590072.0878-123.4702
CIE-Lab44.418976.3117-86.9151

#892afe color RGB value is (137,42,254).

#892afe hex color red value is 137, green value is 42 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #892afe hue: 0.74 , saturation: 0.99 and the lightness value of 892afe is 0.58.

The process color (four color CMYK) of #892afe color hex is 0.46, 0.83, 0.00, 0.00. Web safe color of #892afe is #9933ff. Color #892afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101010 11111110
Octal 211 52 376
Decimal 137 42 254
Hex 89 2A FE

RGB Percentages of Color #892afe

%31.64
%9.70
%58.66

CMYK Percentages of Color #892afe

%46
%83
%0
%0

Triadic Colors of #892afe

#892afe #fe892a #2afe89

Analogous Colors of #892afe

#892afe #f32afe #2a35fe

Monochromatic Colors of #892afe

#892afe

Complementary Color

#892afe #9ffe2a

#892afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#892afe Color CSS Codes

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

#892afe Text Font Color

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

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


#892afe Background Color

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

This div background color is #892afe


#892afe Border Color

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

This div border color is #892afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892afe


Comments

No comments written yet.

Please login to write comment.