Color Hex Logo

#9534df Color Hex

#9534DF
(149,52,223)
0 Favorites   0 Comments

Color spaces of #9534df

RGB 14952223
HSL0.760.730.54
HSV274°77°87°
CMYK 0.330.770.00   0.13
XYZ26.941714.173371.1278
Yxy14.17330.24000.1263
Hunter Lab37.647461.8572-85.6642
CIE-Lab44.480467.7556-69.2594

#9534df color RGB value is (149,52,223).

#9534df hex color red value is 149, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9534df hue: 0.76 , saturation: 0.73 and the lightness value of 9534df is 0.54.

The process color (four color CMYK) of #9534df color hex is 0.33, 0.77, 0.00, 0.13. Web safe color of #9534df is #9933cc. Color #9534df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110100 11011111
Octal 225 64 337
Decimal 149 52 223
Hex 95 34 DF

RGB Percentages of Color #9534df

%35.14
%12.26
%52.59

CMYK Percentages of Color #9534df

%33
%77
%0
%13

Triadic Colors of #9534df

#9534df #df9534 #34df95

Analogous Colors of #9534df

#9534df #df34d4 #3f34df

Monochromatic Colors of #9534df

#9534df

Complementary Color

#9534df #7edf34

#9534df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9534df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9534df Color CSS Codes

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

#9534df Text Font Color

<p style="color:#9534df">Text here</p>

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


#9534df Background Color

<div style="background-color:#9534df">
Div content here</div>

This div background color is #9534df


#9534df Border Color

<div style="border:3px solid #9534df">
Div here</div>

This div border color is #9534df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,52,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9534df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9534df;
  -webkit-box-shadow: 1px 1px 3px 2px #9534df;
  box-shadow:         1px 1px 3px 2px #9534df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9534df


Comments

No comments written yet.

Please login to write comment.