Color Hex Logo

#634cac Color Hex

#634CAC
(99,76,172)
0 Favorites   0 Comments

Color spaces of #634cac

RGB 9976172
HSL0.710.390.49
HSV254°56°67°
CMYK 0.420.560.00   0.33
XYZ15.176410.800140.3145
Yxy10.80010.22890.1629
Hunter Lab32.863524.9203-49.7281
CIE-Lab39.241733.1456-48.3697

#634cac color RGB value is (99,76,172).

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

The process color (four color CMYK) of #634cac color hex is 0.42, 0.56, 0.00, 0.33. Web safe color of #634cac is #663399. Color #634cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001100 10101100
Octal 143 114 254
Decimal 99 76 172
Hex 63 4C AC

RGB Percentages of Color #634cac

%28.53
%21.90
%49.57

CMYK Percentages of Color #634cac

%42
%56
%0
%33

Triadic Colors of #634cac

#634cac #ac634c #4cac63

Analogous Colors of #634cac

#634cac #934cac #4c65ac

Monochromatic Colors of #634cac

#634cac

Complementary Color

#634cac #95ac4c

#634cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#634cac Color CSS Codes

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

#634cac Text Font Color

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

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


#634cac Background Color

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

This div background color is #634cac


#634cac Border Color

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

This div border color is #634cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634cac


Comments

No comments written yet.

Please login to write comment.