Color Hex Logo

#9523d8 Color Hex

#9523D8
(149,35,216)
0 Favorites   0 Comments

Color spaces of #9523d8

RGB 14935216
HSL0.770.720.49
HSV278°84°85°
CMYK 0.310.840.00   0.15
XYZ25.390112.549566.0498
Yxy12.54950.24420.1207
Hunter Lab35.425365.9408-85.7475
CIE-Lab42.076571.6873-69.1721

#9523d8 color RGB value is (149,35,216).

#9523d8 hex color red value is 149, green value is 35 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #9523d8 hue: 0.77 , saturation: 0.72 and the lightness value of 9523d8 is 0.49.

The process color (four color CMYK) of #9523d8 color hex is 0.31, 0.84, 0.00, 0.15. Web safe color of #9523d8 is #9933cc. Color #9523d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100011 11011000
Octal 225 43 330
Decimal 149 35 216
Hex 95 23 D8

RGB Percentages of Color #9523d8

%37.25
%8.75
%54.00

CMYK Percentages of Color #9523d8

%31
%84
%0
%15

Triadic Colors of #9523d8

#9523d8 #d89523 #23d895

Analogous Colors of #9523d8

#9523d8 #d823c1 #3a23d8

Monochromatic Colors of #9523d8

#9523d8

Complementary Color

#9523d8 #66d823

#9523d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9523d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9523d8 Color CSS Codes

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

#9523d8 Text Font Color

<p style="color:#9523d8">Text here</p>

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


#9523d8 Background Color

<div style="background-color:#9523d8">
Div content here</div>

This div background color is #9523d8


#9523d8 Border Color

<div style="border:3px solid #9523d8">
Div here</div>

This div border color is #9523d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,35,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9523d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9523d8;
  -webkit-box-shadow: 1px 1px 3px 2px #9523d8;
  box-shadow:         1px 1px 3px 2px #9523d8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9523d8


Comments

No comments written yet.

Please login to write comment.