Color Hex Logo

#892feb Color Hex

#892FEB
(137,47,235)
0 Favorites   0 Comments

Color spaces of #892feb

RGB 13747235
HSL0.750.820.55
HSV269°80°92°
CMYK 0.420.800.00   0.08
XYZ26.328413.349679.7863
Yxy13.34960.22040.1117
Hunter Lab36.537164.6860-103.8960
CIE-Lab43.285470.3955-78.0937

#892feb color RGB value is (137,47,235).

#892feb hex color red value is 137, green value is 47 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #892feb hue: 0.75 , saturation: 0.82 and the lightness value of 892feb is 0.55.

The process color (four color CMYK) of #892feb color hex is 0.42, 0.80, 0.00, 0.08. Web safe color of #892feb is #9933ff. Color #892feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101111 11101011
Octal 211 57 353
Decimal 137 47 235
Hex 89 2F EB

RGB Percentages of Color #892feb

%32.70
%11.22
%56.09

CMYK Percentages of Color #892feb

%42
%80
%0
%8

Triadic Colors of #892feb

#892feb #eb892f #2feb89

Analogous Colors of #892feb

#892feb #e72feb #2f33eb

Monochromatic Colors of #892feb

#892feb

Complementary Color

#892feb #91eb2f

#892feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#892feb Color CSS Codes

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

#892feb Text Font Color

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

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


#892feb Background Color

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

This div background color is #892feb


#892feb Border Color

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

This div border color is #892feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892feb


Comments

No comments written yet.

Please login to write comment.