Color Hex Logo

#927edd Color Hex

#927EDD
(146,126,221)
0 Favorites   0 Comments

Color spaces of #927edd

RGB 146126221
HSL0.700.580.68
HSV253°43°87°
CMYK 0.340.430.00   0.13
XYZ32.366126.253271.7681
Yxy26.25320.24820.2013
Hunter Lab51.237923.0891-47.1801
CIE-Lab58.276628.9991-45.9921

#927edd color RGB value is (146,126,221).

#927edd hex color red value is 146, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #927edd hue: 0.70 , saturation: 0.58 and the lightness value of 927edd is 0.68.

The process color (four color CMYK) of #927edd color hex is 0.34, 0.43, 0.00, 0.13. Web safe color of #927edd is #9966cc. Color #927edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01111110 11011101
Octal 222 176 335
Decimal 146 126 221
Hex 92 7E DD

RGB Percentages of Color #927edd

%29.61
%25.56
%44.83

CMYK Percentages of Color #927edd

%34
%43
%0
%13

Triadic Colors of #927edd

#927edd #dd927e #7edd92

Analogous Colors of #927edd

#927edd #c27edd #7e9add

Monochromatic Colors of #927edd

#927edd

Complementary Color

#927edd #c9dd7e

#927edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#927edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#927edd Color CSS Codes

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

#927edd Text Font Color

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

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


#927edd Background Color

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

This div background color is #927edd


#927edd Border Color

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

This div border color is #927edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,126,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #927edd


Comments

No comments written yet.

Please login to write comment.