Color Hex Logo

#634284 Color Hex

#634284
(99,66,132)
0 Favorites   0 Comments

Color spaces of #634284

RGB 9966132
HSL0.750.330.39
HSV270°50°52°
CMYK 0.250.500.00   0.48
XYZ11.25878.215022.8221
Yxy8.21500.26620.1942
Hunter Lab28.661819.9587-27.1466
CIE-Lab34.426728.2011-31.8607

#634284 color RGB value is (99,66,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000010 10000100
Octal 143 102 204
Decimal 99 66 132
Hex 63 42 84

RGB Percentages of Color #634284

%33.33
%22.22
%44.44

CMYK Percentages of Color #634284

%25
%50
%0
%48

Triadic Colors of #634284

#634284 #846342 #428463

Analogous Colors of #634284

#634284 #844284 #424284

Monochromatic Colors of #634284

#634284

Complementary Color

#634284 #638442

#634284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634284 Color CSS Codes

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

#634284 Text Font Color

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

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


#634284 Background Color

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

This div background color is #634284


#634284 Border Color

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

This div border color is #634284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634284


Comments

No comments written yet.

Please login to write comment.