Color Hex Logo

#9275ed Color Hex

#9275ED
(146,117,237)
0 Favorites   0 Comments

Color spaces of #9275ed

RGB 146117237
HSL0.710.770.69
HSV255°51°93°
CMYK 0.380.510.00   0.07
XYZ33.501424.948083.1705
Yxy24.94800.23660.1762
Hunter Lab49.948032.3156-63.7627
CIE-Lab57.024738.4308-56.9193

#9275ed color RGB value is (146,117,237).

#9275ed hex color red value is 146, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9275ed hue: 0.71 , saturation: 0.77 and the lightness value of 9275ed is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01110101 11101101
Octal 222 165 355
Decimal 146 117 237
Hex 92 75 ED

RGB Percentages of Color #9275ed

%29.20
%23.40
%47.40

CMYK Percentages of Color #9275ed

%38
%51
%0
%7

Triadic Colors of #9275ed

#9275ed #ed9275 #75ed92

Analogous Colors of #9275ed

#9275ed #ce75ed #7594ed

Monochromatic Colors of #9275ed

#9275ed

Complementary Color

#9275ed #d0ed75

#9275ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9275ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9275ed Color CSS Codes

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

#9275ed Text Font Color

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

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


#9275ed Background Color

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

This div background color is #9275ed


#9275ed Border Color

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

This div border color is #9275ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9275ed


Comments

No comments written yet.

Please login to write comment.