Color Hex Logo

#634cae Color Hex

#634CAE
(99,76,174)
0 Favorites   0 Comments

Color spaces of #634cae

RGB 9976174
HSL0.710.390.49
HSV254°56°68°
CMYK 0.430.560.00   0.32
XYZ15.370010.877541.3339
Yxy10.87750.22740.1610
Hunter Lab32.981125.4686-51.2192
CIE-Lab39.373433.7267-49.3432

#634cae color RGB value is (99,76,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001100 10101110
Octal 143 114 256
Decimal 99 76 174
Hex 63 4C AE

RGB Percentages of Color #634cae

%28.37
%21.78
%49.86

CMYK Percentages of Color #634cae

%43
%56
%0
%32

Triadic Colors of #634cae

#634cae #ae634c #4cae63

Analogous Colors of #634cae

#634cae #944cae #4c66ae

Monochromatic Colors of #634cae

#634cae

Complementary Color

#634cae #97ae4c

#634cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#634cae Color CSS Codes

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

#634cae Text Font Color

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

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


#634cae Background Color

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

This div background color is #634cae


#634cae Border Color

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

This div border color is #634cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634cae


Comments

No comments written yet.

Please login to write comment.