Color Hex Logo

#634199 Color Hex

#634199
(99,65,153)
0 Favorites   0 Comments

Color spaces of #634199

RGB 9965153
HSL0.730.400.43
HSV263°58°60°
CMYK 0.350.580.00   0.40
XYZ12.78578.733231.1488
Yxy8.73320.24280.1658
Hunter Lab29.552025.5122-41.8073
CIE-Lab35.465534.3580-43.0488

#634199 color RGB value is (99,65,153).

#634199 hex color red value is 99, green value is 65 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #634199 hue: 0.73 , saturation: 0.40 and the lightness value of 634199 is 0.43.

The process color (four color CMYK) of #634199 color hex is 0.35, 0.58, 0.00, 0.40. Web safe color of #634199 is #663399. Color #634199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000001 10011001
Octal 143 101 231
Decimal 99 65 153
Hex 63 41 99

RGB Percentages of Color #634199

%31.23
%20.50
%48.26

CMYK Percentages of Color #634199

%35
%58
%0
%40

Triadic Colors of #634199

#634199 #996341 #419963

Analogous Colors of #634199

#634199 #8f4199 #414b99

Monochromatic Colors of #634199

#634199

Complementary Color

#634199 #779941

#634199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634199 Color CSS Codes

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

#634199 Text Font Color

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

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


#634199 Background Color

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

This div background color is #634199


#634199 Border Color

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

This div border color is #634199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634199


Comments

No comments written yet.

Please login to write comment.