Color Hex Logo

#896fca Color Hex

#896FCA
(137,111,202)
0 Favorites   0 Comments

Color spaces of #896fca

RGB 137111202
HSL0.710.460.61
HSV257°45°79°
CMYK 0.320.450.00   0.21
XYZ26.661620.951558.5159
Yxy20.95150.25120.1974
Hunter Lab45.772823.8697-43.7553
CIE-Lab52.896430.3378-43.8184

#896fca color RGB value is (137,111,202).

#896fca hex color red value is 137, green value is 111 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #896fca hue: 0.71 , saturation: 0.46 and the lightness value of 896fca is 0.61.

The process color (four color CMYK) of #896fca color hex is 0.32, 0.45, 0.00, 0.21. Web safe color of #896fca is #9966cc. Color #896fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101111 11001010
Octal 211 157 312
Decimal 137 111 202
Hex 89 6F CA

RGB Percentages of Color #896fca

%30.44
%24.67
%44.89

CMYK Percentages of Color #896fca

%32
%45
%0
%21

Triadic Colors of #896fca

#896fca #ca896f #6fca89

Analogous Colors of #896fca

#896fca #b76fca #6f83ca

Monochromatic Colors of #896fca

#896fca

Complementary Color

#896fca #b0ca6f

#896fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#896fca Color CSS Codes

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

#896fca Text Font Color

<p style="color:#896fca">Text here</p>

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


#896fca Background Color

<div style="background-color:#896fca">
Div content here</div>

This div background color is #896fca


#896fca Border Color

<div style="border:3px solid #896fca">
Div here</div>

This div border color is #896fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,111,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896fca;
  -webkit-box-shadow: 1px 1px 3px 2px #896fca;
  box-shadow:         1px 1px 3px 2px #896fca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896fca


Comments

No comments written yet.

Please login to write comment.