Color Hex Logo

#913deb Color Hex

#913DEB
(145,61,235)
0 Favorites   0 Comments

Color spaces of #913deb

RGB 14561235
HSL0.750.810.58
HSV269°74°92°
CMYK 0.380.740.00   0.08
XYZ28.341215.355480.0674
Yxy15.35540.22900.1241
Hunter Lab39.186060.5245-93.7151
CIE-Lab46.117266.2921-73.4228

#913deb color RGB value is (145,61,235).

#913deb hex color red value is 145, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #913deb hue: 0.75 , saturation: 0.81 and the lightness value of 913deb is 0.58.

The process color (four color CMYK) of #913deb color hex is 0.38, 0.74, 0.00, 0.08. Web safe color of #913deb is #9933ff. Color #913deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111101 11101011
Octal 221 75 353
Decimal 145 61 235
Hex 91 3D EB

RGB Percentages of Color #913deb

%32.88
%13.83
%53.29

CMYK Percentages of Color #913deb

%38
%74
%0
%8

Triadic Colors of #913deb

#913deb #eb913d #3deb91

Analogous Colors of #913deb

#913deb #e83deb #3d40eb

Monochromatic Colors of #913deb

#913deb

Complementary Color

#913deb #97eb3d

#913deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#913deb Color CSS Codes

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

#913deb Text Font Color

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

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


#913deb Background Color

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

This div background color is #913deb


#913deb Border Color

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

This div border color is #913deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,61,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 #913deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913deb


Comments

No comments written yet.

Please login to write comment.