Color Hex Logo

#9254ed Color Hex

#9254ED
(146,84,237)
0 Favorites   0 Comments

Color spaces of #9254ed

RGB 14684237
HSL0.730.810.63
HSV264°65°93°
CMYK 0.380.650.00   0.07
XYZ30.310418.566182.1068
Yxy18.56610.23140.1417
Hunter Lab43.088450.1606-82.8178
CIE-Lab50.175756.3627-67.9452

#9254ed color RGB value is (146,84,237).

#9254ed hex color red value is 146, green value is 84 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9254ed hue: 0.73 , saturation: 0.81 and the lightness value of 9254ed is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010100 11101101
Octal 222 124 355
Decimal 146 84 237
Hex 92 54 ED

RGB Percentages of Color #9254ed

%31.26
%17.99
%50.75

CMYK Percentages of Color #9254ed

%38
%65
%0
%7

Triadic Colors of #9254ed

#9254ed #ed9254 #54ed92

Analogous Colors of #9254ed

#9254ed #df54ed #5462ed

Monochromatic Colors of #9254ed

#9254ed

Complementary Color

#9254ed #afed54

#9254ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9254ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9254ed Color CSS Codes

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

#9254ed Text Font Color

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

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


#9254ed Background Color

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

This div background color is #9254ed


#9254ed Border Color

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

This div border color is #9254ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9254ed


Comments

No comments written yet.

Please login to write comment.