Color Hex Logo

#896cc4 Color Hex

#896CC4
(137,108,196)
0 Favorites   0 Comments

Color spaces of #896cc4

RGB 137108196
HSL0.720.430.60
HSV260°45°77°
CMYK 0.300.450.00   0.23
XYZ25.642920.029054.7390
Yxy20.02900.25540.1995
Hunter Lab44.753823.9574-41.1908
CIE-Lab51.870030.5391-42.0115

#896cc4 color RGB value is (137,108,196).

#896cc4 hex color red value is 137, green value is 108 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #896cc4 hue: 0.72 , saturation: 0.43 and the lightness value of 896cc4 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101100 11000100
Octal 211 154 304
Decimal 137 108 196
Hex 89 6C C4

RGB Percentages of Color #896cc4

%31.07
%24.49
%44.44

CMYK Percentages of Color #896cc4

%30
%45
%0
%23

Triadic Colors of #896cc4

#896cc4 #c4896c #6cc489

Analogous Colors of #896cc4

#896cc4 #b56cc4 #6c7bc4

Monochromatic Colors of #896cc4

#896cc4

Complementary Color

#896cc4 #a7c46c

#896cc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896cc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896cc4 Color CSS Codes

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

#896cc4 Text Font Color

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

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


#896cc4 Background Color

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

This div background color is #896cc4


#896cc4 Border Color

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

This div border color is #896cc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896cc4


Comments

No comments written yet.

Please login to write comment.