Color Hex Logo

#927efa Color Hex

#927EFA
(146,126,250)
0 Favorites   0 Comments

Color spaces of #927efa

RGB 146126250
HSL0.690.930.74
HSV250°50°98°
CMYK 0.420.500.00   0.02
XYZ36.570227.934893.9070
Yxy27.93480.23090.1763
Hunter Lab52.853431.0139-68.3459
CIE-Lab59.829836.8109-59.6337

#927efa color RGB value is (146,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01111110 11111010
Octal 222 176 372
Decimal 146 126 250
Hex 92 7E FA

RGB Percentages of Color #927efa

%27.97
%24.14
%47.89

CMYK Percentages of Color #927efa

%42
%50
%0
%2

Triadic Colors of #927efa

#927efa #fa927e #7efa92

Analogous Colors of #927efa

#927efa #d07efa #7ea8fa

Monochromatic Colors of #927efa

#927efa

Complementary Color

#927efa #e6fa7e

#927efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#927efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#927efa Color CSS Codes

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

#927efa Text Font Color

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

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


#927efa Background Color

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

This div background color is #927efa


#927efa Border Color

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

This div border color is #927efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #927efa


Comments

No comments written yet.

Please login to write comment.