Color Hex Logo

#633fae Color Hex

#633FAE
(99,63,174)
0 Favorites   0 Comments

Color spaces of #633fae

RGB 9963174
HSL0.720.470.46
HSV259°64°68°
CMYK 0.430.640.00   0.32
XYZ14.56319.263741.0649
Yxy9.26370.22440.1428
Hunter Lab30.436332.1447-58.6890
CIE-Lab36.487141.3145-54.0046

#633fae color RGB value is (99,63,174).

#633fae hex color red value is 99, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #633fae hue: 0.72 , saturation: 0.47 and the lightness value of 633fae is 0.46.

The process color (four color CMYK) of #633fae color hex is 0.43, 0.64, 0.00, 0.32. Web safe color of #633fae is #663399. Color #633fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111111 10101110
Octal 143 77 256
Decimal 99 63 174
Hex 63 3F AE

RGB Percentages of Color #633fae

%29.46
%18.75
%51.79

CMYK Percentages of Color #633fae

%43
%64
%0
%32

Triadic Colors of #633fae

#633fae #ae633f #3fae63

Analogous Colors of #633fae

#633fae #9b3fae #3f52ae

Monochromatic Colors of #633fae

#633fae

Complementary Color

#633fae #8aae3f

#633fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#633fae Color CSS Codes

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

#633fae Text Font Color

<p style="color:#633fae">Text here</p>

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


#633fae Background Color

<div style="background-color:#633fae">
Div content here</div>

This div background color is #633fae


#633fae Border Color

<div style="border:3px solid #633fae">
Div here</div>

This div border color is #633fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633fae


Comments

No comments written yet.

Please login to write comment.