Color Hex Logo

#9526ec Color Hex

#9526EC
(149,38,236)
0 Favorites   0 Comments

Color spaces of #9526ec

RGB 14938236
HSL0.760.840.54
HSV274°84°93°
CMYK 0.370.840.00   0.07
XYZ28.227913.831980.5389
Yxy13.83190.23020.1128
Hunter Lab37.191370.3955-102.3606
CIE-Lab43.990975.0114-77.4424

#9526ec color RGB value is (149,38,236).

#9526ec hex color red value is 149, green value is 38 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9526ec hue: 0.76 , saturation: 0.84 and the lightness value of 9526ec is 0.54.

The process color (four color CMYK) of #9526ec color hex is 0.37, 0.84, 0.00, 0.07. Web safe color of #9526ec is #9933ff. Color #9526ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100110 11101100
Octal 225 46 354
Decimal 149 38 236
Hex 95 26 EC

RGB Percentages of Color #9526ec

%35.22
%8.98
%55.79

CMYK Percentages of Color #9526ec

%37
%84
%0
%7

Triadic Colors of #9526ec

#9526ec #ec9526 #26ec95

Analogous Colors of #9526ec

#9526ec #ec26e0 #3226ec

Monochromatic Colors of #9526ec

#9526ec

Complementary Color

#9526ec #7dec26

#9526ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9526ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9526ec Color CSS Codes

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

#9526ec Text Font Color

<p style="color:#9526ec">Text here</p>

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


#9526ec Background Color

<div style="background-color:#9526ec">
Div content here</div>

This div background color is #9526ec


#9526ec Border Color

<div style="border:3px solid #9526ec">
Div here</div>

This div border color is #9526ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,38,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9526ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9526ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9526ec;
  box-shadow:         1px 1px 3px 2px #9526ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,38,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9526ec


Comments

No comments written yet.

Please login to write comment.