Color Hex Logo

#892ece Color Hex

#892ECE
(137,46,206)
0 Favorites   0 Comments

Color spaces of #892ece

RGB 13746206
HSL0.760.630.49
HSV274°78°81°
CMYK 0.330.780.00   0.19
XYZ22.434111.728659.4740
Yxy11.72860.23960.1253
Hunter Lab34.247056.9971-78.9911
CIE-Lab40.781564.2534-65.5888

#892ece color RGB value is (137,46,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101110 11001110
Octal 211 56 316
Decimal 137 46 206
Hex 89 2E CE

RGB Percentages of Color #892ece

%35.22
%11.83
%52.96

CMYK Percentages of Color #892ece

%33
%78
%0
%19

Triadic Colors of #892ece

#892ece #ce892e #2ece89

Analogous Colors of #892ece

#892ece #ce2ec3 #392ece

Monochromatic Colors of #892ece

#892ece

Complementary Color

#892ece #73ce2e

#892ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#892ece Color CSS Codes

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

#892ece Text Font Color

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

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


#892ece Background Color

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

This div background color is #892ece


#892ece Border Color

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

This div border color is #892ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,46,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 #892ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892ece


Comments

No comments written yet.

Please login to write comment.