Color Hex Logo

#634179 Color Hex

#634179
(99,65,121)
0 Favorites   0 Comments

Color spaces of #634179

RGB 9965121
HSL0.770.300.36
HSV276°46°47°
CMYK 0.180.460.00   0.53
XYZ10.48717.813719.0446
Yxy7.81370.28080.2092
Hunter Lab27.953018.0499-20.8277
CIE-Lab33.591826.0567-26.3463

#634179 color RGB value is (99,65,121).

#634179 hex color red value is 99, green value is 65 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #634179 hue: 0.77 , saturation: 0.30 and the lightness value of 634179 is 0.36.

The process color (four color CMYK) of #634179 color hex is 0.18, 0.46, 0.00, 0.53. Web safe color of #634179 is #663366. Color #634179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000001 01111001
Octal 143 101 171
Decimal 99 65 121
Hex 63 41 79

RGB Percentages of Color #634179

%34.74
%22.81
%42.46

CMYK Percentages of Color #634179

%18
%46
%0
%53

Triadic Colors of #634179

#634179 #796341 #417963

Analogous Colors of #634179

#634179 #794173 #474179

Monochromatic Colors of #634179

#634179

Complementary Color

#634179 #577941

#634179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634179 Color CSS Codes

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

#634179 Text Font Color

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

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


#634179 Background Color

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

This div background color is #634179


#634179 Border Color

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

This div border color is #634179


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,65,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #634179; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #634179;
  -webkit-box-shadow: 1px 1px 3px 2px #634179;
  box-shadow:         1px 1px 3px 2px #634179; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634179


Comments

No comments written yet.

Please login to write comment.