Color Hex Logo

#895ffd Color Hex

#895FFD
(137,95,253)
0 Favorites   0 Comments

Color spaces of #895ffd

RGB 13795253
HSL0.710.980.68
HSV256°62°99°
CMYK 0.460.620.00   0.01
XYZ32.138420.594695.2098
Yxy20.59460.21720.1392
Hunter Lab45.381346.9940-92.6234
CIE-Lab52.502953.0650-73.1426

#895ffd color RGB value is (137,95,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011111 11111101
Octal 211 137 375
Decimal 137 95 253
Hex 89 5F FD

RGB Percentages of Color #895ffd

%28.25
%19.59
%52.16

CMYK Percentages of Color #895ffd

%46
%62
%0
%1

Triadic Colors of #895ffd

#895ffd #fd895f #5ffd89

Analogous Colors of #895ffd

#895ffd #d85ffd #5f84fd

Monochromatic Colors of #895ffd

#895ffd

Complementary Color

#895ffd #d3fd5f

#895ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#895ffd Color CSS Codes

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

#895ffd Text Font Color

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

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


#895ffd Background Color

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

This div background color is #895ffd


#895ffd Border Color

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

This div border color is #895ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895ffd


Comments

No comments written yet.

Please login to write comment.