Color Hex Logo

#953eed Color Hex

#953EED
(149,62,237)
0 Favorites   0 Comments

Color spaces of #953eed

RGB 14962237
HSL0.750.830.59
HSV270°74°93°
CMYK 0.370.740.00   0.07
XYZ29.403115.949281.6496
Yxy15.94920.23150.1256
Hunter Lab39.936461.5313-93.2622
CIE-Lab46.907867.0053-73.2410

#953eed color RGB value is (149,62,237).

#953eed hex color red value is 149, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #953eed hue: 0.75 , saturation: 0.83 and the lightness value of 953eed is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111110 11101101
Octal 225 76 355
Decimal 149 62 237
Hex 95 3E ED

RGB Percentages of Color #953eed

%33.26
%13.84
%52.90

CMYK Percentages of Color #953eed

%37
%74
%0
%7

Triadic Colors of #953eed

#953eed #ed953e #3eed95

Analogous Colors of #953eed

#953eed #ed3eed #3e3fed

Monochromatic Colors of #953eed

#953eed

Complementary Color

#953eed #96ed3e

#953eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#953eed Color CSS Codes

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

#953eed Text Font Color

<p style="color:#953eed">Text here</p>

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


#953eed Background Color

<div style="background-color:#953eed">
Div content here</div>

This div background color is #953eed


#953eed Border Color

<div style="border:3px solid #953eed">
Div here</div>

This div border color is #953eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,62,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #953eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #953eed;
  -webkit-box-shadow: 1px 1px 3px 2px #953eed;
  box-shadow:         1px 1px 3px 2px #953eed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,62,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 #953eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953eed


Comments

No comments written yet.

Please login to write comment.