Color Hex Logo

#903dae Color Hex

#903DAE
(144,61,174)
0 Favorites   0 Comments

Color spaces of #903dae

RGB 14461174
HSL0.790.480.46
HSV284°65°68°
CMYK 0.170.650.00   0.32
XYZ20.810312.322841.3261
Yxy12.32280.27950.1655
Hunter Lab35.103844.3868-45.2266
CIE-Lab41.724652.5454-45.2802

#903dae color RGB value is (144,61,174).

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

The process color (four color CMYK) of #903dae color hex is 0.17, 0.65, 0.00, 0.32. Web safe color of #903dae is #993399. Color #903dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00111101 10101110
Octal 220 75 256
Decimal 144 61 174
Hex 90 3D AE

RGB Percentages of Color #903dae

%37.99
%16.09
%45.91

CMYK Percentages of Color #903dae

%17
%65
%0
%32

Triadic Colors of #903dae

#903dae #ae903d #3dae90

Analogous Colors of #903dae

#903dae #ae3d94 #583dae

Monochromatic Colors of #903dae

#903dae

Complementary Color

#903dae #5bae3d

#903dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#903dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#903dae Color CSS Codes

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

#903dae Text Font Color

<p style="color:#903dae">Text here</p>

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


#903dae Background Color

<div style="background-color:#903dae">
Div content here</div>

This div background color is #903dae


#903dae Border Color

<div style="border:3px solid #903dae">
Div here</div>

This div border color is #903dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,61,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #903dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #903dae;
  -webkit-box-shadow: 1px 1px 3px 2px #903dae;
  box-shadow:         1px 1px 3px 2px #903dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #903dae


Comments

No comments written yet.

Please login to write comment.