Color Hex Logo

#634080 Color Hex

#634080
(99,64,128)
0 Favorites   0 Comments

Color spaces of #634080

RGB 9964128
HSL0.760.330.38
HSV273°50°50°
CMYK 0.230.500.00   0.50
XYZ10.87537.878021.3695
Yxy7.87800.27110.1963
Hunter Lab28.067820.0440-25.4932
CIE-Lab33.727528.3952-30.4902

#634080 color RGB value is (99,64,128).

#634080 hex color red value is 99, green value is 64 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #634080 hue: 0.76 , saturation: 0.33 and the lightness value of 634080 is 0.38.

The process color (four color CMYK) of #634080 color hex is 0.23, 0.50, 0.00, 0.50. Web safe color of #634080 is #663399. Color #634080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000000 10000000
Octal 143 100 200
Decimal 99 64 128
Hex 63 40 80

RGB Percentages of Color #634080

%34.02
%21.99
%43.99

CMYK Percentages of Color #634080

%23
%50
%0
%50

Triadic Colors of #634080

#634080 #806340 #408063

Analogous Colors of #634080

#634080 #80407d #434080

Monochromatic Colors of #634080

#634080

Complementary Color

#634080 #5d8040

#634080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634080 Color CSS Codes

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

#634080 Text Font Color

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

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


#634080 Background Color

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

This div background color is #634080


#634080 Border Color

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

This div border color is #634080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634080


Comments

No comments written yet.

Please login to write comment.