Color Hex Logo

#955deb Color Hex

#955DEB
(149,93,235)
0 Favorites   0 Comments

Color spaces of #955deb

RGB 14993235
HSL0.730.780.64
HSV264°60°92°
CMYK 0.370.600.00   0.08
XYZ31.304220.216480.8495
Yxy20.21640.23650.1527
Hunter Lab44.962745.5918-75.1383
CIE-Lab52.081051.8433-63.7262

#955deb color RGB value is (149,93,235).

#955deb hex color red value is 149, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #955deb hue: 0.73 , saturation: 0.78 and the lightness value of 955deb is 0.64.

The process color (four color CMYK) of #955deb color hex is 0.37, 0.60, 0.00, 0.08. Web safe color of #955deb is #9966ff. Color #955deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011101 11101011
Octal 225 135 353
Decimal 149 93 235
Hex 95 5D EB

RGB Percentages of Color #955deb

%31.24
%19.50
%49.27

CMYK Percentages of Color #955deb

%37
%60
%0
%8

Triadic Colors of #955deb

#955deb #eb955d #5deb95

Analogous Colors of #955deb

#955deb #dc5deb #5d6ceb

Monochromatic Colors of #955deb

#955deb

Complementary Color

#955deb #b3eb5d

#955deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#955deb Color CSS Codes

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

#955deb Text Font Color

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

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


#955deb Background Color

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

This div background color is #955deb


#955deb Border Color

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

This div border color is #955deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955deb


Comments

No comments written yet.

Please login to write comment.