Color Hex Logo

#867efa Color Hex

#867EFA
(134,126,250)
0 Favorites   0 Comments

Color spaces of #867efa

RGB 134126250
HSL0.680.930.74
HSV244°50°98°
CMYK 0.460.500.00   0.02
XYZ34.547726.892293.8123
Yxy26.89220.22250.1732
Hunter Lab51.857728.1661-70.9572
CIE-Lab58.874434.0973-61.2169

#867efa color RGB value is (134,126,250).

#867efa hex color red value is 134, green value is 126 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #867efa hue: 0.68 , saturation: 0.93 and the lightness value of 867efa is 0.74.

The process color (four color CMYK) of #867efa color hex is 0.46, 0.50, 0.00, 0.02. Web safe color of #867efa is #9966ff. Color #867efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111110 11111010
Octal 206 176 372
Decimal 134 126 250
Hex 86 7E FA

RGB Percentages of Color #867efa

%26.27
%24.71
%49.02

CMYK Percentages of Color #867efa

%46
%50
%0
%2

Triadic Colors of #867efa

#867efa #fa867e #7efa86

Analogous Colors of #867efa

#867efa #c47efa #7eb4fa

Monochromatic Colors of #867efa

#867efa

Complementary Color

#867efa #f2fa7e

#867efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#867efa Color CSS Codes

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

#867efa Text Font Color

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

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


#867efa Background Color

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

This div background color is #867efa


#867efa Border Color

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

This div border color is #867efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,126,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 #867efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867efa


Comments

No comments written yet.

Please login to write comment.