Color Hex Logo

#9263ed Color Hex

#9263ED
(146,99,237)
0 Favorites   0 Comments

Color spaces of #9263ed

RGB 14699237
HSL0.720.790.66
HSV260°58°93°
CMYK 0.380.580.00   0.07
XYZ31.602021.149182.5373
Yxy21.14910.23360.1563
Hunter Lab45.988242.1818-74.2191
CIE-Lab53.112348.4896-63.1997

#9263ed color RGB value is (146,99,237).

#9263ed hex color red value is 146, green value is 99 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9263ed hue: 0.72 , saturation: 0.79 and the lightness value of 9263ed is 0.66.

The process color (four color CMYK) of #9263ed color hex is 0.38, 0.58, 0.00, 0.07. Web safe color of #9263ed is #9966ff. Color #9263ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01100011 11101101
Octal 222 143 355
Decimal 146 99 237
Hex 92 63 ED

RGB Percentages of Color #9263ed

%30.29
%20.54
%49.17

CMYK Percentages of Color #9263ed

%38
%58
%0
%7

Triadic Colors of #9263ed

#9263ed #ed9263 #63ed92

Analogous Colors of #9263ed

#9263ed #d763ed #6379ed

Monochromatic Colors of #9263ed

#9263ed

Complementary Color

#9263ed #beed63

#9263ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9263ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9263ed Color CSS Codes

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

#9263ed Text Font Color

<p style="color:#9263ed">Text here</p>

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


#9263ed Background Color

<div style="background-color:#9263ed">
Div content here</div>

This div background color is #9263ed


#9263ed Border Color

<div style="border:3px solid #9263ed">
Div here</div>

This div border color is #9263ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,99,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9263ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9263ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9263ed;
  box-shadow:         1px 1px 3px 2px #9263ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9263ed


Comments

No comments written yet.

Please login to write comment.