Color Hex Logo

#630faf Color Hex

#630FAF
(99,15,175)
0 Favorites   0 Comments

Color spaces of #630faf

RGB 9915175
HSL0.750.840.37
HSV272°91°69°
CMYK 0.430.910.00   0.31
XYZ13.05436.089441.0448
Yxy6.08940.21690.1012
Hunter Lab24.676751.2446-81.3434
CIE-Lab29.636961.2627-65.7918

#630faf color RGB value is (99,15,175).

#630faf hex color red value is 99, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #630faf hue: 0.75 , saturation: 0.84 and the lightness value of 630faf is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001111 10101111
Octal 143 17 257
Decimal 99 15 175
Hex 63 F AF

RGB Percentages of Color #630faf

%34.26
%5.19
%60.55

CMYK Percentages of Color #630faf

%43
%91
%0
%31

Triadic Colors of #630faf

#630faf #af630f #0faf63

Analogous Colors of #630faf

#630faf #af0fab #130faf

Monochromatic Colors of #630faf

#630faf

Complementary Color

#630faf #5baf0f

#630faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#630faf Color CSS Codes

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

#630faf Text Font Color

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

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


#630faf Background Color

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

This div background color is #630faf


#630faf Border Color

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

This div border color is #630faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630faf


Comments

No comments written yet.

Please login to write comment.