Color Hex Logo

#633065 Color Hex

#633065
(99,48,101)
0 Favorites   0 Comments

Color spaces of #633065

RGB 9948101
HSL0.830.360.29
HSV298°52°40°
CMYK 0.020.520.00   0.60
XYZ8.55155.706112.9626
Yxy5.70610.31420.2096
Hunter Lab23.887422.0984-15.4527
CIE-Lab28.658531.5527-21.3902

#633065 color RGB value is (99,48,101).

#633065 hex color red value is 99, green value is 48 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #633065 hue: 0.83 , saturation: 0.36 and the lightness value of 633065 is 0.29.

The process color (four color CMYK) of #633065 color hex is 0.02, 0.52, 0.00, 0.60. Web safe color of #633065 is #663366. Color #633065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110000 01100101
Octal 143 60 145
Decimal 99 48 101
Hex 63 30 65

RGB Percentages of Color #633065

%39.92
%19.35
%40.73

CMYK Percentages of Color #633065

%2
%52
%0
%60

Triadic Colors of #633065

#633065 #656330 #306563

Analogous Colors of #633065

#633065 #65304d #493065

Monochromatic Colors of #633065

#633065

Complementary Color

#633065 #326530

#633065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#633065 Color CSS Codes

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

#633065 Text Font Color

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

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


#633065 Background Color

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

This div background color is #633065


#633065 Border Color

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

This div border color is #633065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633065


Comments

No comments written yet.

Please login to write comment.