Color Hex Logo

#926edd Color Hex

#926EDD
(146,110,221)
0 Favorites   0 Comments

Color spaces of #926edd

RGB 146110221
HSL0.720.620.65
HSV259°50°87°
CMYK 0.340.500.00   0.13
XYZ30.481122.483371.1398
Yxy22.48330.24560.1812
Hunter Lab47.416631.7674-55.7621
CIE-Lab54.536138.2078-51.9319

#926edd color RGB value is (146,110,221).

#926edd hex color red value is 146, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #926edd hue: 0.72 , saturation: 0.62 and the lightness value of 926edd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01101110 11011101
Octal 222 156 335
Decimal 146 110 221
Hex 92 6E DD

RGB Percentages of Color #926edd

%30.61
%23.06
%46.33

CMYK Percentages of Color #926edd

%34
%50
%0
%13

Triadic Colors of #926edd

#926edd #dd926e #6edd92

Analogous Colors of #926edd

#926edd #ca6edd #6e82dd

Monochromatic Colors of #926edd

#926edd

Complementary Color

#926edd #b9dd6e

#926edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#926edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#926edd Color CSS Codes

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

#926edd Text Font Color

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

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


#926edd Background Color

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

This div background color is #926edd


#926edd Border Color

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

This div border color is #926edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #926edd


Comments

No comments written yet.

Please login to write comment.