Color Hex Logo

#630aaf Color Hex

#630AAF
(99,10,175)
0 Favorites   0 Comments

Color spaces of #630aaf

RGB 9910175
HSL0.760.890.36
HSV272°94°69°
CMYK 0.430.940.00   0.31
XYZ12.99205.964941.0240
Yxy5.96490.21660.0994
Hunter Lab24.423152.2134-82.4943
CIE-Lab29.323762.2015-66.3073

#630aaf color RGB value is (99,10,175).

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

The process color (four color CMYK) of #630aaf color hex is 0.43, 0.94, 0.00, 0.31. Web safe color of #630aaf is #660099. Color #630aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001010 10101111
Octal 143 12 257
Decimal 99 10 175
Hex 63 A AF

RGB Percentages of Color #630aaf

%34.86
%3.52
%61.62

CMYK Percentages of Color #630aaf

%43
%94
%0
%31

Triadic Colors of #630aaf

#630aaf #af630a #0aaf63

Analogous Colors of #630aaf

#630aaf #af0aa9 #110aaf

Monochromatic Colors of #630aaf

#630aaf

Complementary Color

#630aaf #56af0a

#630aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#630aaf Color CSS Codes

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

#630aaf Text Font Color

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

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


#630aaf Background Color

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

This div background color is #630aaf


#630aaf Border Color

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

This div border color is #630aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,10,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 #630aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630aaf


Comments

No comments written yet.

Please login to write comment.