Color Hex Logo

#895bfd Color Hex

#895BFD
(137,91,253)
0 Favorites   0 Comments

Color spaces of #895bfd

RGB 13791253
HSL0.710.980.67
HSV257°64°99°
CMYK 0.460.640.00   0.01
XYZ31.787219.892495.0927
Yxy19.89240.21660.1355
Hunter Lab44.600949.1659-95.1904
CIE-Lab51.715355.1863-74.4220

#895bfd color RGB value is (137,91,253).

#895bfd hex color red value is 137, green value is 91 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #895bfd hue: 0.71 , saturation: 0.98 and the lightness value of 895bfd is 0.67.

The process color (four color CMYK) of #895bfd color hex is 0.46, 0.64, 0.00, 0.01. Web safe color of #895bfd is #9966ff. Color #895bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011011 11111101
Octal 211 133 375
Decimal 137 91 253
Hex 89 5B FD

RGB Percentages of Color #895bfd

%28.48
%18.92
%52.60

CMYK Percentages of Color #895bfd

%46
%64
%0
%1

Triadic Colors of #895bfd

#895bfd #fd895b #5bfd89

Analogous Colors of #895bfd

#895bfd #da5bfd #5b7efd

Monochromatic Colors of #895bfd

#895bfd

Complementary Color

#895bfd #cffd5b

#895bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#895bfd Color CSS Codes

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

#895bfd Text Font Color

<p style="color:#895bfd">Text here</p>

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


#895bfd Background Color

<div style="background-color:#895bfd">
Div content here</div>

This div background color is #895bfd


#895bfd Border Color

<div style="border:3px solid #895bfd">
Div here</div>

This div border color is #895bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,91,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #895bfd;
  box-shadow:         1px 1px 3px 2px #895bfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895bfd


Comments

No comments written yet.

Please login to write comment.