Color Hex Logo

#955adf Color Hex

#955ADF
(149,90,223)
0 Favorites   0 Comments

Color spaces of #955adf

RGB 14990223
HSL0.740.680.61
HSV267°60°87°
CMYK 0.330.600.00   0.13
XYZ29.369919.029671.9372
Yxy19.02960.24410.1581
Hunter Lab43.622943.8381-67.2372
CIE-Lab50.721850.4381-59.1542

#955adf color RGB value is (149,90,223).

#955adf hex color red value is 149, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #955adf hue: 0.74 , saturation: 0.68 and the lightness value of 955adf is 0.61.

The process color (four color CMYK) of #955adf color hex is 0.33, 0.60, 0.00, 0.13. Web safe color of #955adf is #9966cc. Color #955adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011010 11011111
Octal 225 132 337
Decimal 149 90 223
Hex 95 5A DF

RGB Percentages of Color #955adf

%32.25
%19.48
%48.27

CMYK Percentages of Color #955adf

%33
%60
%0
%13

Triadic Colors of #955adf

#955adf #df955a #5adf95

Analogous Colors of #955adf

#955adf #d85adf #5a62df

Monochromatic Colors of #955adf

#955adf

Complementary Color

#955adf #a4df5a

#955adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#955adf Color CSS Codes

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

#955adf Text Font Color

<p style="color:#955adf">Text here</p>

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


#955adf Background Color

<div style="background-color:#955adf">
Div content here</div>

This div background color is #955adf


#955adf Border Color

<div style="border:3px solid #955adf">
Div here</div>

This div border color is #955adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955adf


Comments

No comments written yet.

Please login to write comment.