Color Hex Logo

#630daa Color Hex

#630DAA
(99,13,170)
0 Favorites   0 Comments

Color spaces of #630daa

RGB 9913170
HSL0.760.860.36
HSV273°92°67°
CMYK 0.420.920.00   0.33
XYZ12.54525.842838.4968
Yxy5.84280.22050.1027
Hunter Lab24.171950.3406-77.5065
CIE-Lab29.012360.5566-63.8149

#630daa color RGB value is (99,13,170).

#630daa hex color red value is 99, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #630daa hue: 0.76 , saturation: 0.86 and the lightness value of 630daa is 0.36.

The process color (four color CMYK) of #630daa color hex is 0.42, 0.92, 0.00, 0.33. Web safe color of #630daa is #660099. Color #630daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001101 10101010
Octal 143 15 252
Decimal 99 13 170
Hex 63 D AA

RGB Percentages of Color #630daa

%35.11
%4.61
%60.28

CMYK Percentages of Color #630daa

%42
%92
%0
%33

Triadic Colors of #630daa

#630daa #aa630d #0daa63

Analogous Colors of #630daa

#630daa #aa0da3 #140daa

Monochromatic Colors of #630daa

#630daa

Complementary Color

#630daa #54aa0d

#630daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#630daa Color CSS Codes

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

#630daa Text Font Color

<p style="color:#630daa">Text here</p>

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


#630daa Background Color

<div style="background-color:#630daa">
Div content here</div>

This div background color is #630daa


#630daa Border Color

<div style="border:3px solid #630daa">
Div here</div>

This div border color is #630daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,13,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #630daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #630daa;
  -webkit-box-shadow: 1px 1px 3px 2px #630daa;
  box-shadow:         1px 1px 3px 2px #630daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,13,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630daa


Comments

No comments written yet.

Please login to write comment.