Color Hex Logo

#913dab Color Hex

#913DAB
(145,61,171)
0 Favorites   0 Comments

Color spaces of #913dab

RGB 14561171
HSL0.790.470.45
HSV286°64°67°
CMYK 0.150.640.00   0.33
XYZ20.696512.297539.8109
Yxy12.29750.28430.1689
Hunter Lab35.067843.9795-42.7618
CIE-Lab41.685152.1654-43.5565

#913dab color RGB value is (145,61,171).

#913dab hex color red value is 145, green value is 61 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #913dab hue: 0.79 , saturation: 0.47 and the lightness value of 913dab is 0.45.

The process color (four color CMYK) of #913dab color hex is 0.15, 0.64, 0.00, 0.33. Web safe color of #913dab is #993399. Color #913dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111101 10101011
Octal 221 75 253
Decimal 145 61 171
Hex 91 3D AB

RGB Percentages of Color #913dab

%38.46
%16.18
%45.36

CMYK Percentages of Color #913dab

%15
%64
%0
%33

Triadic Colors of #913dab

#913dab #ab913d #3dab91

Analogous Colors of #913dab

#913dab #ab3d8e #5a3dab

Monochromatic Colors of #913dab

#913dab

Complementary Color

#913dab #57ab3d

#913dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#913dab Color CSS Codes

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

#913dab Text Font Color

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

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


#913dab Background Color

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

This div background color is #913dab


#913dab Border Color

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

This div border color is #913dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,61,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913dab


Comments

No comments written yet.

Please login to write comment.