Color Hex Logo

#633250 Color Hex

#633250
(99,50,80)
0 Favorites   0 Comments

Color spaces of #633250

RGB 995080
HSL0.900.330.29
HSV323°49°39°
CMYK 0.000.490.19   0.61
XYZ7.73425.51308.2459
Yxy5.51300.35980.2565
Hunter Lab23.479817.7080-4.3863
CIE-Lab28.149026.3711-8.4978

#633250 color RGB value is (99,50,80).

#633250 hex color red value is 99, green value is 50 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #633250 hue: 0.90 , saturation: 0.33 and the lightness value of 633250 is 0.29.

The process color (four color CMYK) of #633250 color hex is 0.00, 0.49, 0.19, 0.61. Web safe color of #633250 is #663366. Color #633250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110010 01010000
Octal 143 62 120
Decimal 99 50 80
Hex 63 32 50

RGB Percentages of Color #633250

%43.23
%21.83
%34.93

CMYK Percentages of Color #633250

%0
%49
%19
%61

Triadic Colors of #633250

#633250 #506332 #325063

Analogous Colors of #633250

#633250 #633238 #5e3263

Monochromatic Colors of #633250

#633250

Complementary Color

#633250 #326345

#633250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#633250 Color CSS Codes

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

#633250 Text Font Color

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

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


#633250 Background Color

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

This div background color is #633250


#633250 Border Color

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

This div border color is #633250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633250


Comments

No comments written yet.

Please login to write comment.