Color Hex Logo

#632aaf Color Hex

#632AAF
(99,42,175)
0 Favorites   0 Comments

Color spaces of #632aaf

RGB 9942175
HSL0.740.610.43
HSV266°76°69°
CMYK 0.430.760.00   0.31
XYZ13.71147.403741.2638
Yxy7.40370.21980.1187
Hunter Lab27.209742.3318-70.8670
CIE-Lab32.708852.2795-60.7519

#632aaf color RGB value is (99,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101010 10101111
Octal 143 52 257
Decimal 99 42 175
Hex 63 2A AF

RGB Percentages of Color #632aaf

%31.33
%13.29
%55.38

CMYK Percentages of Color #632aaf

%43
%76
%0
%31

Triadic Colors of #632aaf

#632aaf #af632a #2aaf63

Analogous Colors of #632aaf

#632aaf #a62aaf #2a33af

Monochromatic Colors of #632aaf

#632aaf

Complementary Color

#632aaf #76af2a

#632aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#632aaf Color CSS Codes

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

#632aaf Text Font Color

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

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


#632aaf Background Color

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

This div background color is #632aaf


#632aaf Border Color

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

This div border color is #632aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632aaf


Comments

No comments written yet.

Please login to write comment.