Color Hex Logo

#913daf Color Hex

#913DAF
(145,61,175)
0 Favorites   0 Comments

Color spaces of #913daf

RGB 14561175
HSL0.790.480.46
HSV284°65°69°
CMYK 0.170.650.00   0.31
XYZ21.083712.452441.8498
Yxy12.45240.27970.1652
Hunter Lab35.288044.8955-45.6135
CIE-Lab41.926352.9901-45.5416

#913daf color RGB value is (145,61,175).

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

The process color (four color CMYK) of #913daf color hex is 0.17, 0.65, 0.00, 0.31. Web safe color of #913daf is #993399. Color #913daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111101 10101111
Octal 221 75 257
Decimal 145 61 175
Hex 91 3D AF

RGB Percentages of Color #913daf

%38.06
%16.01
%45.93

CMYK Percentages of Color #913daf

%17
%65
%0
%31

Triadic Colors of #913daf

#913daf #af913d #3daf91

Analogous Colors of #913daf

#913daf #af3d94 #583daf

Monochromatic Colors of #913daf

#913daf

Complementary Color

#913daf #5baf3d

#913daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#913daf Color CSS Codes

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

#913daf Text Font Color

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

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


#913daf Background Color

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

This div background color is #913daf


#913daf Border Color

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

This div border color is #913daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913daf


Comments

No comments written yet.

Please login to write comment.