Color Hex Logo

#894bdf Color Hex

#894BDF
(137,75,223)
0 Favorites   0 Comments

Color spaces of #894bdf

RGB 13775223
HSL0.740.700.58
HSV265°66°87°
CMYK 0.390.660.00   0.13
XYZ26.151915.678271.4599
Yxy15.67820.23080.1384
Hunter Lab39.595748.6020-79.2860
CIE-Lab46.549455.5962-65.9619

#894bdf color RGB value is (137,75,223).

#894bdf hex color red value is 137, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #894bdf hue: 0.74 , saturation: 0.70 and the lightness value of 894bdf is 0.58.

The process color (four color CMYK) of #894bdf color hex is 0.39, 0.66, 0.00, 0.13. Web safe color of #894bdf is #9933cc. Color #894bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001011 11011111
Octal 211 113 337
Decimal 137 75 223
Hex 89 4B DF

RGB Percentages of Color #894bdf

%31.49
%17.24
%51.26

CMYK Percentages of Color #894bdf

%39
%66
%0
%13

Triadic Colors of #894bdf

#894bdf #df894b #4bdf89

Analogous Colors of #894bdf

#894bdf #d34bdf #4b57df

Monochromatic Colors of #894bdf

#894bdf

Complementary Color

#894bdf #a1df4b

#894bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#894bdf Color CSS Codes

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

#894bdf Text Font Color

<p style="color:#894bdf">Text here</p>

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


#894bdf Background Color

<div style="background-color:#894bdf">
Div content here</div>

This div background color is #894bdf


#894bdf Border Color

<div style="border:3px solid #894bdf">
Div here</div>

This div border color is #894bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,75,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #894bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #894bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #894bdf;
  box-shadow:         1px 1px 3px 2px #894bdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894bdf


Comments

No comments written yet.

Please login to write comment.