Color Hex Logo

#895fce Color Hex

#895FCE
(137,95,206)
0 Favorites   0 Comments

Color spaces of #895fce

RGB 13795206
HSL0.730.530.59
HSV263°54°81°
CMYK 0.330.540.00   0.19
XYZ25.549317.959060.5124
Yxy17.95900.24560.1726
Hunter Lab42.378133.4542-54.9966
CIE-Lab49.446340.5922-51.5954

#895fce color RGB value is (137,95,206).

#895fce hex color red value is 137, green value is 95 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #895fce hue: 0.73 , saturation: 0.53 and the lightness value of 895fce is 0.59.

The process color (four color CMYK) of #895fce color hex is 0.33, 0.54, 0.00, 0.19. Web safe color of #895fce is #9966cc. Color #895fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011111 11001110
Octal 211 137 316
Decimal 137 95 206
Hex 89 5F CE

RGB Percentages of Color #895fce

%31.28
%21.69
%47.03

CMYK Percentages of Color #895fce

%33
%54
%0
%19

Triadic Colors of #895fce

#895fce #ce895f #5fce89

Analogous Colors of #895fce

#895fce #c15fce #5f6dce

Monochromatic Colors of #895fce

#895fce

Complementary Color

#895fce #a4ce5f

#895fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#895fce Color CSS Codes

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

#895fce Text Font Color

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

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


#895fce Background Color

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

This div background color is #895fce


#895fce Border Color

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

This div border color is #895fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895fce


Comments

No comments written yet.

Please login to write comment.