Color Hex Logo

#892dbc Color Hex

#892DBC
(137,45,188)
0 Favorites   0 Comments

Color spaces of #892dbc

RGB 13745188
HSL0.770.610.46
HSV279°76°74°
CMYK 0.270.760.00   0.26
XYZ20.332010.826048.5950
Yxy10.82600.25490.1357
Hunter Lab32.902952.7222-64.5347
CIE-Lab39.285960.7306-57.5208

#892dbc color RGB value is (137,45,188).

#892dbc hex color red value is 137, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #892dbc hue: 0.77 , saturation: 0.61 and the lightness value of 892dbc is 0.46.

The process color (four color CMYK) of #892dbc color hex is 0.27, 0.76, 0.00, 0.26. Web safe color of #892dbc is #9933cc. Color #892dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101101 10111100
Octal 211 55 274
Decimal 137 45 188
Hex 89 2D BC

RGB Percentages of Color #892dbc

%37.03
%12.16
%50.81

CMYK Percentages of Color #892dbc

%27
%76
%0
%26

Triadic Colors of #892dbc

#892dbc #bc892d #2dbc89

Analogous Colors of #892dbc

#892dbc #bc2da8 #412dbc

Monochromatic Colors of #892dbc

#892dbc

Complementary Color

#892dbc #60bc2d

#892dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#892dbc Color CSS Codes

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

#892dbc Text Font Color

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

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


#892dbc Background Color

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

This div background color is #892dbc


#892dbc Border Color

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

This div border color is #892dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892dbc


Comments

No comments written yet.

Please login to write comment.