Color Hex Logo

#634399 Color Hex

#634399
(99,67,153)
0 Favorites   0 Comments

Color spaces of #634399

RGB 9967153
HSL0.730.390.43
HSV262°56°60°
CMYK 0.350.560.00   0.40
XYZ12.90258.966931.1877
Yxy8.96690.24320.1690
Hunter Lab29.944824.5081-40.7896
CIE-Lab35.920533.1744-42.3191

#634399 color RGB value is (99,67,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000011 10011001
Octal 143 103 231
Decimal 99 67 153
Hex 63 43 99

RGB Percentages of Color #634399

%31.03
%21.00
%47.96

CMYK Percentages of Color #634399

%35
%56
%0
%40

Triadic Colors of #634399

#634399 #996343 #439963

Analogous Colors of #634399

#634399 #8e4399 #434e99

Monochromatic Colors of #634399

#634399

Complementary Color

#634399 #799943

#634399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634399 Color CSS Codes

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

#634399 Text Font Color

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

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


#634399 Background Color

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

This div background color is #634399


#634399 Border Color

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

This div border color is #634399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634399


Comments

No comments written yet.

Please login to write comment.