Color Hex Logo

#896afd Color Hex

#896AFD
(137,106,253)
0 Favorites   0 Comments

Color spaces of #896afd

RGB 137106253
HSL0.700.970.70
HSV253°58°99°
CMYK 0.460.580.00   0.01
XYZ33.200222.718395.5637
Yxy22.71830.21920.1500
Hunter Lab47.663740.9228-85.5093
CIE-Lab54.781047.0404-69.4516

#896afd color RGB value is (137,106,253).

#896afd hex color red value is 137, green value is 106 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #896afd hue: 0.70 , saturation: 0.97 and the lightness value of 896afd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101010 11111101
Octal 211 152 375
Decimal 137 106 253
Hex 89 6A FD

RGB Percentages of Color #896afd

%27.62
%21.37
%51.01

CMYK Percentages of Color #896afd

%46
%58
%0
%1

Triadic Colors of #896afd

#896afd #fd896a #6afd89

Analogous Colors of #896afd

#896afd #d36afd #6a95fd

Monochromatic Colors of #896afd

#896afd

Complementary Color

#896afd #defd6a

#896afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#896afd Color CSS Codes

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

#896afd Text Font Color

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

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


#896afd Background Color

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

This div background color is #896afd


#896afd Border Color

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

This div border color is #896afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896afd


Comments

No comments written yet.

Please login to write comment.