Color Hex Logo

#8198eb Color Hex

#8198EB
(129,152,235)
0 Favorites   0 Comments

Color spaces of #8198eb

RGB 129152235
HSL0.630.730.71
HSV227°45°92°
CMYK 0.450.350.00   0.08
XYZ35.276933.121883.1311
Yxy33.12180.23280.2186
Hunter Lab57.55158.6985-45.3562
CIE-Lab64.259413.3792-44.4168

#8198eb color RGB value is (129,152,235).

#8198eb hex color red value is 129, green value is 152 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8198eb hue: 0.63 , saturation: 0.73 and the lightness value of 8198eb is 0.71.

The process color (four color CMYK) of #8198eb color hex is 0.45, 0.35, 0.00, 0.08. Web safe color of #8198eb is #9999ff. Color #8198eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011000 11101011
Octal 201 230 353
Decimal 129 152 235
Hex 81 98 EB

RGB Percentages of Color #8198eb

%25.00
%29.46
%45.54

CMYK Percentages of Color #8198eb

%45
%35
%0
%8

Triadic Colors of #8198eb

#8198eb #eb8198 #98eb81

Analogous Colors of #8198eb

#8198eb #9f81eb #81cdeb

Monochromatic Colors of #8198eb

#8198eb

Complementary Color

#8198eb #ebd481

#8198eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8198eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8198eb Color CSS Codes

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

#8198eb Text Font Color

<p style="color:#8198eb">Text here</p>

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


#8198eb Background Color

<div style="background-color:#8198eb">
Div content here</div>

This div background color is #8198eb


#8198eb Border Color

<div style="border:3px solid #8198eb">
Div here</div>

This div border color is #8198eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,152,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8198eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8198eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8198eb;
  box-shadow:         1px 1px 3px 2px #8198eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,152,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8198eb


Comments

No comments written yet.

Please login to write comment.