Color Hex Logo

#634386 Color Hex

#634386
(99,67,134)
0 Favorites   0 Comments

Color spaces of #634386

RGB 9967134
HSL0.750.330.39
HSV269°50°53°
CMYK 0.260.500.00   0.47
XYZ11.45588.388223.5696
Yxy8.38820.26390.1932
Hunter Lab28.962419.9198-27.9765
CIE-Lab34.778628.1088-32.5371

#634386 color RGB value is (99,67,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000011 10000110
Octal 143 103 206
Decimal 99 67 134
Hex 63 43 86

RGB Percentages of Color #634386

%33.00
%22.33
%44.67

CMYK Percentages of Color #634386

%26
%50
%0
%47

Triadic Colors of #634386

#634386 #866343 #438663

Analogous Colors of #634386

#634386 #854386 #434586

Monochromatic Colors of #634386

#634386

Complementary Color

#634386 #668643

#634386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634386 Color CSS Codes

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

#634386 Text Font Color

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

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


#634386 Background Color

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

This div background color is #634386


#634386 Border Color

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

This div border color is #634386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634386


Comments

No comments written yet.

Please login to write comment.