Color Hex Logo

#818efa Color Hex

#818EFA
(129,142,250)
0 Favorites   0 Comments

Color spaces of #818efa

RGB 129142250
HSL0.650.920.74
HSV234°48°98°
CMYK 0.480.430.00   0.02
XYZ35.981630.915394.5133
Yxy30.91530.22290.1915
Hunter Lab55.601518.2106-61.8620
CIE-Lab62.436123.6153-55.5490

#818efa color RGB value is (129,142,250).

#818efa hex color red value is 129, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #818efa hue: 0.65 , saturation: 0.92 and the lightness value of 818efa is 0.74.

The process color (four color CMYK) of #818efa color hex is 0.48, 0.43, 0.00, 0.02. Web safe color of #818efa is #9999ff. Color #818efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 11111010
Octal 201 216 372
Decimal 129 142 250
Hex 81 8E FA

RGB Percentages of Color #818efa

%24.76
%27.26
%47.98

CMYK Percentages of Color #818efa

%48
%43
%0
%2

Triadic Colors of #818efa

#818efa #fa818e #8efa81

Analogous Colors of #818efa

#818efa #b181fa #81cbfa

Monochromatic Colors of #818efa

#818efa

Complementary Color

#818efa #faed81

#818efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#818efa Color CSS Codes

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

#818efa Text Font Color

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

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


#818efa Background Color

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

This div background color is #818efa


#818efa Border Color

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

This div border color is #818efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818efa


Comments

No comments written yet.

Please login to write comment.