Color Hex Logo

#8a95db Color Hex

#8A95DB
(138,149,219)
0 Favorites   0 Comments

Color spaces of #8a95db

RGB 138149219
HSL0.640.530.70
HSV232°37°86°
CMYK 0.370.320.00   0.14
XYZ34.014932.012671.4041
Yxy32.01260.24750.2329
Hunter Lab56.57978.2972-35.2188
CIE-Lab63.353312.9479-36.9445

#8a95db color RGB value is (138,149,219).

#8a95db hex color red value is 138, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8a95db hue: 0.64 , saturation: 0.53 and the lightness value of 8a95db is 0.70.

The process color (four color CMYK) of #8a95db color hex is 0.37, 0.32, 0.00, 0.14. Web safe color of #8a95db is #9999cc. Color #8a95db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10010101 11011011
Octal 212 225 333
Decimal 138 149 219
Hex 8A 95 DB

RGB Percentages of Color #8a95db

%27.27
%29.45
%43.28

CMYK Percentages of Color #8a95db

%37
%32
%0
%14

Triadic Colors of #8a95db

#8a95db #db8a95 #95db8a

Analogous Colors of #8a95db

#8a95db #a88adb #8abedb

Monochromatic Colors of #8a95db

#8a95db

Complementary Color

#8a95db #dbd08a

#8a95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a95db Color CSS Codes

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

#8a95db Text Font Color

<p style="color:#8a95db">Text here</p>

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


#8a95db Background Color

<div style="background-color:#8a95db">
Div content here</div>

This div background color is #8a95db


#8a95db Border Color

<div style="border:3px solid #8a95db">
Div here</div>

This div border color is #8a95db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,149,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a95db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a95db;
  -webkit-box-shadow: 1px 1px 3px 2px #8a95db;
  box-shadow:         1px 1px 3px 2px #8a95db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,149,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a95db


Comments

No comments written yet.

Please login to write comment.