Color Hex Logo

#634dae Color Hex

#634DAE
(99,77,174)
0 Favorites   0 Comments

Color spaces of #634dae

RGB 9977174
HSL0.700.390.49
HSV254°56°68°
CMYK 0.430.560.00   0.32
XYZ15.439411.016441.3570
Yxy11.01640.22770.1625
Hunter Lab33.191024.9484-50.6436
CIE-Lab39.608133.1244-48.9655

#634dae color RGB value is (99,77,174).

#634dae hex color red value is 99, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #634dae hue: 0.70 , saturation: 0.39 and the lightness value of 634dae is 0.49.

The process color (four color CMYK) of #634dae color hex is 0.43, 0.56, 0.00, 0.32. Web safe color of #634dae is #666699. Color #634dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001101 10101110
Octal 143 115 256
Decimal 99 77 174
Hex 63 4D AE

RGB Percentages of Color #634dae

%28.29
%22.00
%49.71

CMYK Percentages of Color #634dae

%43
%56
%0
%32

Triadic Colors of #634dae

#634dae #ae634d #4dae63

Analogous Colors of #634dae

#634dae #944dae #4d68ae

Monochromatic Colors of #634dae

#634dae

Complementary Color

#634dae #98ae4d

#634dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#634dae Color CSS Codes

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

#634dae Text Font Color

<p style="color:#634dae">Text here</p>

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


#634dae Background Color

<div style="background-color:#634dae">
Div content here</div>

This div background color is #634dae


#634dae Border Color

<div style="border:3px solid #634dae">
Div here</div>

This div border color is #634dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634dae


Comments

No comments written yet.

Please login to write comment.