Color Hex Logo

#8194db Color Hex

#8194DB
(129,148,219)
0 Favorites   0 Comments

Color spaces of #8194db

RGB 129148219
HSL0.630.560.68
HSV227°41°86°
CMYK 0.410.320.00   0.14
XYZ32.429330.961471.2848
Yxy30.96140.24080.2299
Hunter Lab55.64306.6565-37.0070
CIE-Lab62.475011.1296-38.3619

#8194db color RGB value is (129,148,219).

#8194db hex color red value is 129, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8194db hue: 0.63 , saturation: 0.56 and the lightness value of 8194db is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010100 11011011
Octal 201 224 333
Decimal 129 148 219
Hex 81 94 DB

RGB Percentages of Color #8194db

%26.01
%29.84
%44.15

CMYK Percentages of Color #8194db

%41
%32
%0
%14

Triadic Colors of #8194db

#8194db #db8194 #94db81

Analogous Colors of #8194db

#8194db #9b81db #81c1db

Monochromatic Colors of #8194db

#8194db

Complementary Color

#8194db #dbc881

#8194db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8194db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8194db Color CSS Codes

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

#8194db Text Font Color

<p style="color:#8194db">Text here</p>

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


#8194db Background Color

<div style="background-color:#8194db">
Div content here</div>

This div background color is #8194db


#8194db Border Color

<div style="border:3px solid #8194db">
Div here</div>

This div border color is #8194db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,148,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8194db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8194db;
  -webkit-box-shadow: 1px 1px 3px 2px #8194db;
  box-shadow:         1px 1px 3px 2px #8194db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,148,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 #8194db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8194db


Comments

No comments written yet.

Please login to write comment.