Color Hex Logo

#634fab Color Hex

#634FAB
(99,79,171)
0 Favorites   0 Comments

Color spaces of #634fab

RGB 9979171
HSL0.700.370.49
HSV253°54°67°
CMYK 0.420.540.00   0.33
XYZ15.292311.184939.8810
Yxy11.18490.23050.1686
Hunter Lab33.443823.0930-47.2913
CIE-Lab39.890231.0394-46.7351

#634fab color RGB value is (99,79,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001111 10101011
Octal 143 117 253
Decimal 99 79 171
Hex 63 4F AB

RGB Percentages of Color #634fab

%28.37
%22.64
%49.00

CMYK Percentages of Color #634fab

%42
%54
%0
%33

Triadic Colors of #634fab

#634fab #ab634f #4fab63

Analogous Colors of #634fab

#634fab #914fab #4f69ab

Monochromatic Colors of #634fab

#634fab

Complementary Color

#634fab #97ab4f

#634fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#634fab Color CSS Codes

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

#634fab Text Font Color

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

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


#634fab Background Color

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

This div background color is #634fab


#634fab Border Color

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

This div border color is #634fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634fab


Comments

No comments written yet.

Please login to write comment.