Color Hex Logo

#634dab Color Hex

#634DAB
(99,77,171)
0 Favorites   0 Comments

Color spaces of #634dab

RGB 9977171
HSL0.710.380.49
HSV254°55°67°
CMYK 0.420.550.00   0.33
XYZ15.150210.900739.8336
Yxy10.90070.23000.1655
Hunter Lab33.016224.1302-48.4212
CIE-Lab39.412732.2524-47.5016

#634dab color RGB value is (99,77,171).

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

The process color (four color CMYK) of #634dab color hex is 0.42, 0.55, 0.00, 0.33. Web safe color of #634dab is #666699. Color #634dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001101 10101011
Octal 143 115 253
Decimal 99 77 171
Hex 63 4D AB

RGB Percentages of Color #634dab

%28.53
%22.19
%49.28

CMYK Percentages of Color #634dab

%42
%55
%0
%33

Triadic Colors of #634dab

#634dab #ab634d #4dab63

Analogous Colors of #634dab

#634dab #924dab #4d66ab

Monochromatic Colors of #634dab

#634dab

Complementary Color

#634dab #95ab4d

#634dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#634dab Color CSS Codes

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

#634dab Text Font Color

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

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


#634dab Background Color

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

This div background color is #634dab


#634dab Border Color

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

This div border color is #634dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634dab


Comments

No comments written yet.

Please login to write comment.