Color Hex Logo

#818bdc Color Hex

#818BDC
(129,139,220)
0 Favorites   0 Comments

Color spaces of #818bdc

RGB 129139220
HSL0.650.570.68
HSV233°41°86°
CMYK 0.410.370.00   0.14
XYZ31.204128.299771.5279
Yxy28.29970.23810.2160
Hunter Lab53.197511.6074-42.4815
CIE-Lab60.158516.6579-42.5530

#818bdc color RGB value is (129,139,220).

#818bdc hex color red value is 129, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #818bdc hue: 0.65 , saturation: 0.57 and the lightness value of 818bdc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001011 11011100
Octal 201 213 334
Decimal 129 139 220
Hex 81 8B DC

RGB Percentages of Color #818bdc

%26.43
%28.48
%45.08

CMYK Percentages of Color #818bdc

%41
%37
%0
%14

Triadic Colors of #818bdc

#818bdc #dc818b #8bdc81

Analogous Colors of #818bdc

#818bdc #a581dc #81b9dc

Monochromatic Colors of #818bdc

#818bdc

Complementary Color

#818bdc #dcd281

#818bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#818bdc Color CSS Codes

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

#818bdc Text Font Color

<p style="color:#818bdc">Text here</p>

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


#818bdc Background Color

<div style="background-color:#818bdc">
Div content here</div>

This div background color is #818bdc


#818bdc Border Color

<div style="border:3px solid #818bdc">
Div here</div>

This div border color is #818bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,139,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #818bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #818bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #818bdc;
  box-shadow:         1px 1px 3px 2px #818bdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818bdc


Comments

No comments written yet.

Please login to write comment.