Color Hex Logo

#632aae Color Hex

#632AAE
(99,42,174)
0 Favorites   0 Comments

Color spaces of #632aae

RGB 9942174
HSL0.740.610.42
HSV266°76°68°
CMYK 0.430.760.00   0.32
XYZ13.61357.364640.7484
Yxy7.36460.22050.1193
Hunter Lab27.137842.0522-70.0297
CIE-Lab32.622952.0241-60.2949

#632aae color RGB value is (99,42,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101010 10101110
Octal 143 52 256
Decimal 99 42 174
Hex 63 2A AE

RGB Percentages of Color #632aae

%31.43
%13.33
%55.24

CMYK Percentages of Color #632aae

%43
%76
%0
%32

Triadic Colors of #632aae

#632aae #ae632a #2aae63

Analogous Colors of #632aae

#632aae #a52aae #2a33ae

Monochromatic Colors of #632aae

#632aae

Complementary Color

#632aae #75ae2a

#632aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#632aae Color CSS Codes

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

#632aae Text Font Color

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

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


#632aae Background Color

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

This div background color is #632aae


#632aae Border Color

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

This div border color is #632aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632aae


Comments

No comments written yet.

Please login to write comment.