Color Hex Logo

#631aaf Color Hex

#631AAF
(99,26,175)
0 Favorites   0 Comments

Color spaces of #631aaf

RGB 9926175
HSL0.750.740.39
HSV269°85°69°
CMYK 0.430.850.00   0.31
XYZ13.25286.486641.1110
Yxy6.48660.21780.1066
Hunter Lab25.468848.3128-77.8760
CIE-Lab30.608358.3764-64.1945

#631aaf color RGB value is (99,26,175).

#631aaf hex color red value is 99, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #631aaf hue: 0.75 , saturation: 0.74 and the lightness value of 631aaf is 0.39.

The process color (four color CMYK) of #631aaf color hex is 0.43, 0.85, 0.00, 0.31. Web safe color of #631aaf is #663399. Color #631aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011010 10101111
Octal 143 32 257
Decimal 99 26 175
Hex 63 1A AF

RGB Percentages of Color #631aaf

%33.00
%8.67
%58.33

CMYK Percentages of Color #631aaf

%43
%85
%0
%31

Triadic Colors of #631aaf

#631aaf #af631a #1aaf63

Analogous Colors of #631aaf

#631aaf #ae1aaf #1a1baf

Monochromatic Colors of #631aaf

#631aaf

Complementary Color

#631aaf #66af1a

#631aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#631aaf Color CSS Codes

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

#631aaf Text Font Color

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

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


#631aaf Background Color

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

This div background color is #631aaf


#631aaf Border Color

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

This div border color is #631aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631aaf


Comments

No comments written yet.

Please login to write comment.