Color Hex Logo

#895fdc Color Hex

#895FDC
(137,95,220)
0 Favorites   0 Comments

Color spaces of #895fdc

RGB 13795220
HSL0.720.640.62
HSV260°57°86°
CMYK 0.380.570.00   0.14
XYZ27.327018.670169.8735
Yxy18.67010.23580.1611
Hunter Lab43.208937.2748-65.6321
CIE-Lab50.299044.2340-58.2014

#895fdc color RGB value is (137,95,220).

#895fdc hex color red value is 137, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #895fdc hue: 0.72 , saturation: 0.64 and the lightness value of 895fdc is 0.62.

The process color (four color CMYK) of #895fdc color hex is 0.38, 0.57, 0.00, 0.14. Web safe color of #895fdc is #9966cc. Color #895fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011111 11011100
Octal 211 137 334
Decimal 137 95 220
Hex 89 5F DC

RGB Percentages of Color #895fdc

%30.31
%21.02
%48.67

CMYK Percentages of Color #895fdc

%38
%57
%0
%14

Triadic Colors of #895fdc

#895fdc #dc895f #5fdc89

Analogous Colors of #895fdc

#895fdc #c85fdc #5f74dc

Monochromatic Colors of #895fdc

#895fdc

Complementary Color

#895fdc #b2dc5f

#895fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#895fdc Color CSS Codes

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

#895fdc Text Font Color

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

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


#895fdc Background Color

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

This div background color is #895fdc


#895fdc Border Color

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

This div border color is #895fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895fdc


Comments

No comments written yet.

Please login to write comment.