Color Hex Logo

#633885 Color Hex

#633885
(99,56,133)
0 Favorites   0 Comments

Color spaces of #633885

RGB 9956133
HSL0.760.410.37
HSV274°58°52°
CMYK 0.260.580.00   0.48
XYZ10.79347.174523.0062
Yxy7.17450.26340.1751
Hunter Lab26.785325.0542-32.1753
CIE-Lab32.200934.3645-36.0169

#633885 color RGB value is (99,56,133).

#633885 hex color red value is 99, green value is 56 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #633885 hue: 0.76 , saturation: 0.41 and the lightness value of 633885 is 0.37.

The process color (four color CMYK) of #633885 color hex is 0.26, 0.58, 0.00, 0.48. Web safe color of #633885 is #663399. Color #633885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111000 10000101
Octal 143 70 205
Decimal 99 56 133
Hex 63 38 85

RGB Percentages of Color #633885

%34.38
%19.44
%46.18

CMYK Percentages of Color #633885

%26
%58
%0
%48

Triadic Colors of #633885

#633885 #856338 #388563

Analogous Colors of #633885

#633885 #853881 #3d3885

Monochromatic Colors of #633885

#633885

Complementary Color

#633885 #5a8538

#633885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#633885 Color CSS Codes

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

#633885 Text Font Color

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

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


#633885 Background Color

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

This div background color is #633885


#633885 Border Color

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

This div border color is #633885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633885


Comments

No comments written yet.

Please login to write comment.