Color Hex Logo

#634081 Color Hex

#634081
(99,64,129)
0 Favorites   0 Comments

Color spaces of #634081

RGB 9964129
HSL0.760.340.38
HSV272°50°51°
CMYK 0.230.500.00   0.49
XYZ10.94147.904421.7179
Yxy7.90440.26970.1949
Hunter Lab28.114820.2659-26.1196
CIE-Lab33.783028.6469-31.0228

#634081 color RGB value is (99,64,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000000 10000001
Octal 143 100 201
Decimal 99 64 129
Hex 63 40 81

RGB Percentages of Color #634081

%33.90
%21.92
%44.18

CMYK Percentages of Color #634081

%23
%50
%0
%49

Triadic Colors of #634081

#634081 #816340 #408163

Analogous Colors of #634081

#634081 #81407f #434081

Monochromatic Colors of #634081

#634081

Complementary Color

#634081 #5e8140

#634081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634081 Color CSS Codes

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

#634081 Text Font Color

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

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


#634081 Background Color

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

This div background color is #634081


#634081 Border Color

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

This div border color is #634081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634081


Comments

No comments written yet.

Please login to write comment.